export default function hash(algorithm: string, salt: string, iterations: number, password: string): string;
