function verifyOneShotimport { verifyOneShot } from "https://dotland.deno.dev/std@0.145.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,): voidverifyOneShot(_algorithm: string | null | undefined,_data: ArrayBufferView,_key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,_signature: ArrayBufferView,_callback?: (error: Error | null, result: boolean) => void,): boolean | voidParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: ArrayBufferViewReturnsbooleanParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: ArrayBufferViewcallback: (error: Error | null, result: boolean) => voidReturnsvoidParameters_algorithm: string | null | undefined_data: ArrayBufferView_key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput_signature: ArrayBufferViewoptional_callback: (error: Error | null, result: boolean) => voidReturnsboolean | void