export default function (string: string, saltedString: string, roundsUsed?: number): Promise<boolean>;
