import { type DrizzleExecutor } from "../../drizzle.js"; /** Reserves the sole bootstrap account before setup, or enforces the administrator's final registration policy afterward. */ export declare function authorizeNewRegistrationDb(executor: DrizzleExecutor, accountId: string): Promise; //# sourceMappingURL=authorizeNewRegistrationDb.d.ts.map