import { type DrizzleExecutor } from "../../drizzle.js"; /** Checks the completed-server policy or that both account and administrator bootstrap owner slots remain unclaimed without reserving them. */ export declare function requireNewRegistrationRequestAllowedDb(executor: DrizzleExecutor): Promise; //# sourceMappingURL=requireNewRegistrationRequestAllowedDb.d.ts.map