import type { Lix } from "../lix/open-lix.js"; import type { Account } from "./database-schema.js"; export declare function createAccount(args: { lix: Lix; name: string; }): Promise; //# sourceMappingURL=create-account.d.ts.map