/** * Generate copilot-instructions.md content with dynamic CLI name */ export declare function copilotInstructions(cliName: string): string; //# sourceMappingURL=copilotInstructions.d.ts.map