export declare function encrypt(text: string): string;
export declare function decrypt(hash: string): string;
//# sourceMappingURL=crypto.d.ts.map