declare function encrypt(data: string): Promise; declare const decrypt: (data: string) => Promise; export { decrypt, encrypt };