export declare const decrypt: (encryptedKey: Buffer, encryptedValue: string) => string;