export declare function encrypt(data: string): string; export declare function decrypt(data: string): string | undefined;