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