/** * Configure GitHub Copilot: * - prompts/ — start + finish-work as prompt files * - skills/trellis-{name}/SKILL.md — other 5 as auto-triggered skills * - agents/{name}.agent.md — sub-agent definitions (note .agent.md suffix) * - copilot/hooks/ — platform-specific + shared hook scripts * - hooks config — hooks.json */ export declare function configureCopilot(cwd: string): Promise; //# sourceMappingURL=copilot.d.ts.map