export declare const encrypt: (text: string) => string; export declare const decrypt: (encoded: string) => string;