class Sign extends Writableimport { Sign } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/sig.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): this