function signOneShotimport { signOneShot } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/sig.ts"; signOneShot(algorithm: string | null | undefined,data: ArrayBufferView,key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput,): BuffersignOneShot(algorithm: string | null | undefined,data: ArrayBufferView,key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput,callback: (error: Error | null, data: Buffer) => void,): voidParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | SignKeyObjectInput | SignPrivateKeyInputReturnsBufferParametersalgorithm: string | null | undefineddata: ArrayBufferViewkey: KeyLike | SignKeyObjectInput | SignPrivateKeyInputcallback: (error: Error | null, data: Buffer) => voidReturnsvoid