export declare function decryptData(data: string): string;
export declare function encryptData(data: string): string;
