function verifyOneShotimport { verifyOneShot } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/sig.ts"; verifyOneShot(algorithm: string | null | undefined,data: ArrayBufferView,key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,signature: ArrayBufferView,): booleanverifyOneShot(algorithm: string | null | undefined,data: ArrayBufferView,key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,signature: ArrayBufferView,callback: (error: Error | null, result: boolean) => void,): voidParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: ArrayBufferViewReturnsbooleanParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: ArrayBufferViewcallback: (error: Error | null, result: boolean) => voidReturnsvoid