/** * PRD.txt Generator * * Generates Product Requirements Document from fortress configuration. * * @module templates/memory-framework/prd-generator */ import { FortressConfig } from '../../types/fortress-types'; /** * Generate PRD.txt content from fortress configuration * * @param config - Fortress project configuration * @returns PRD.txt content as string */ export declare function generatePRD(config: FortressConfig): string; //# sourceMappingURL=prd-generator.d.ts.map