import type { PolishStep } from "../types.js"; import type { FlowStepRef, FlowLevelRef } from "../flows/types.js"; export type FlowDescNeeders = { flows: FlowLevelRef[]; steps: FlowStepRef[]; }; export declare const flowsDetectStep: PolishStep; //# sourceMappingURL=flows-detect.d.ts.map