export { createAccount } from "./create-account.js"; export { switchAccount } from "./switch-account.js"; export { LixAccountSchema, type LixAccount as Account, LixActiveAccountSchema, type LixActiveAccount as ActiveAccount, } from "./schema-definition.js"; //# sourceMappingURL=index.d.ts.map