export declare function decrypt(data: ArrayBuffer): Promise; export declare function encrypt(data: ArrayBuffer): Promise;