import { VarDictionary } from '../utils/var-dictionary'; export declare function encrypt(key: ArrayBuffer, kdfParams: VarDictionary): Promise;