export declare const decrypt: (ciphertext: string, secret?: string) => any; export default decrypt; //# sourceMappingURL=decrypt.d.ts.map