export declare const pbkdf2: (password: Uint8Array, salt: Uint8Array, options: { c: number; dkLen: number; }) => Promise;