import { verify } from "password-hash";
export default function passwordHash(password: string): string;
export { verify as verifyPassword };
