class Sign extends Writableimport { Sign } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; ConstructorsnewSign(algorithm: string, _options?: WritableOptions)Methodssign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffersign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): stringupdate(data: BinaryLike): thisupdate(data: string, inputEncoding: Encoding): thisimport Signimport { Sign } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";