import type { PolishStep } from "../types.js"; /** * Apply approved descriptions to: * - /flows/index.yaml — flow-level entry.description * - /flows/.../.yaml — steps[idx].description * * No other fields are touched. */ export declare const flowsWriteStep: PolishStep; //# sourceMappingURL=flows-write.d.ts.map