export declare class Crypto { static encrypt: (text: string) => string; static decrypt: (text: string) => string; }