import type { PasswordHash, User } from "../types.js"; export declare function createUser(email: string, hash: PasswordHash): User; //# sourceMappingURL=user.d.ts.map