export declare const Decrypt: (text: string, key: string) => Promise<string>;
