import { type DrizzleExecutor } from "../../drizzle.js"; import { type ServerSetupStep, type ServerSetupStepState } from "../types.js"; export declare function serverStepDb(executor: DrizzleExecutor, step: ServerSetupStep): Promise<{ state: ServerSetupStepState; startedAt: string | null; metadataJson: string | null; lastError: string | null; }>; //# sourceMappingURL=serverStepDb.d.ts.map