/**
 * Computes the Password-Based Key Derivation Function 2.
 */
export default function pbkdf2(password: string, salt: string | Uint8Array, iterations: number, keySize: number, hash: string): string;
//# sourceMappingURL=pbkdf2.d.ts.map