import { type SetupStepStatus } from "../types.js"; export declare function stepStatus(row: { state: string; metadataJson: string | null; lastError?: string | null; startedAt?: string | null; completedAt: string | null; updatedAt: string; }): SetupStepStatus; //# sourceMappingURL=stepStatus.d.ts.map