import type { UserConfig, ParsedPRD, ResearchResults } from '../types.js'; export declare function parsePRD(config: UserConfig, prdContent: string, projectName?: string, researchResults?: ResearchResults): Promise; //# sourceMappingURL=prd.d.ts.map