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