import { type Account } from "../types.js"; import { type AccountRow } from "./accountRow.js"; export declare function asAccount(row: AccountRow): Account; //# sourceMappingURL=asAccount.d.ts.map