import type { DrizzleExecutor } from "../drizzle.js"; import type { User } from "./types.js"; /** * Resolves the active account-free administrator durably claimed by server setup state. * This exact product principal backs loopback access; no arbitrary accountless user, authentication account, or session is accepted by this read boundary. */ export declare function userFindLocal(executor: DrizzleExecutor): Promise; //# sourceMappingURL=userFindLocal.d.ts.map