import { type DrizzleExecutor } from "../drizzle.js"; import type { User } from "./types.js"; /** * Ensures an account-free loopback database has exactly one durably claimed local human users identity. * The transaction refuses account-backed or unclaimed identity state, binds the exact local owner into setup, assigns built-in authority, skips account-oriented onboarding, and emits one coherent creation sequence. */ export declare function userEnsureLocal(executor: DrizzleExecutor): Promise; //# sourceMappingURL=userEnsureLocal.d.ts.map