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