export declare const Encrypt: (text: string, key: string) => string;
