export declare const encrypt: (value: object) => string; export declare const decrypt: (value: string) => string;