export interface FileResult { path: string; content: string; isDev?: boolean; }