export declare function ensureProjectDirs(baseDir: string, outputDir: string): Promise; export declare function writeMarkdown(filePath: string, content: string): Promise; export declare function writeJson(filePath: string, data: unknown): Promise; export declare function readJson(filePath: string): Promise; export declare function readMarkdown(filePath: string): Promise; export declare function prdExists(baseDir: string, outputDir: string): Promise; export declare function getPaths(baseDir: string, outputDir: string): { prd: string; phases: string; research: string; architecture: string; progress: string; state: string; claudeMd: string; agentsMd: string; slashCommands: string; }; //# sourceMappingURL=files.d.ts.map