/**
 * GitHub Copilot Command Adapter
 *
 * Formats commands for GitHub Copilot following its .prompt.md specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * GitHub Copilot adapter for command generation.
 * File path: .github/prompts/opsx-<id>.prompt.md
 * Frontmatter: description
 */
export declare const githubCopilotAdapter: ToolCommandAdapter;
//# sourceMappingURL=github-copilot.d.ts.map