export declare function encrypt(data: unknown, path?: string): any; export declare function decript(encrypted: string, parse?: boolean): any;