import { type User } from "../types.js"; import { type UserRow } from "./userRow.js"; export declare function asUser(row: UserRow): User; //# sourceMappingURL=asUser.d.ts.map