import { type DrizzleExecutor } from "../drizzle.js"; import { type PublicServerSetupStatus } from "./types.js"; /** * Derives the public bootstrap, configuration, or complete phase and registration availability from the validated durable setup snapshot. * Publishing only this reduced status lets unauthenticated clients choose the correct entry flow without exposing setup metadata or errors. */ export declare function setupGetPublicStatus(executor: DrizzleExecutor): Promise; //# sourceMappingURL=setupGetPublicStatus.d.ts.map