import type { FlowEntry } from "../types/build-type.js"; export declare function renderFlowsIndex(flows: FlowEntry[]): string; export declare function renderFlowPage(flow: FlowEntry): string; //# sourceMappingURL=flows.d.ts.map