export interface ProjectionFile { path: string; content: string; } export declare function projectCopilotCommands(): ProjectionFile[]; export declare function formatDryRun(files?: ProjectionFile[]): string;