import type { PolishStep } from "../types.js"; import type { FlowDraft } from "../flows/types.js"; export type ApprovedFlowDescs = { flowLevel: Map; stepLevel: Map; }; export declare const flowsReviewStep: PolishStep; //# sourceMappingURL=flows-review.d.ts.map