import { type PublicServerSetupStatus } from "../types.js"; import { type ServerStepRecord } from "./serverStepRecord.js"; export declare function publicStatus(snapshot: { schemaVersion: number; bootstrapAccountId: string | null; registrationEnabled: number | null; steps: ServerStepRecord; }): PublicServerSetupStatus; //# sourceMappingURL=publicStatus.d.ts.map