import type { ParsedPRD, Phase, ProgressState } from '../types.js'; export declare function generateMainPRD(prd: ParsedPRD, outputDir: string): string; export declare function generatePhaseFile(phase: Phase, prd: ParsedPRD): string; export declare function generateInitialState(prd: ParsedPRD): ProgressState; //# sourceMappingURL=markdown.d.ts.map