import crypto from "crypto"; export declare const sign: (contents: Buffer, privateKey: crypto.KeyObject) => Buffer;