import type { Profile } from '../profiles/index.js'; /** Generates `.github/copilot-instructions.md` content. */ export declare function generateCopilotInstructions(profiles: Profile[], version: string): string;