export declare const encryptFile: (fileArrayBuffer: any, password: any) => Promise; export declare const decryptFile: (cipher: any, password: any) => Promise;