export declare function encrypt(text: string, secretKey: string): string; export declare function decrypt(text: string, secretKey: string): string;