/** * GitHub Copilot harness adapter. * * Derives all behavior from BaseHarnessAdapter + adapters metadata. */ import { BaseHarnessAdapter } from "../BaseAdapter"; export declare function setBabysitterSessionIdInCopilotEnvFile(envFile: string, sessionId: string): void; declare class GithubCopilotAdapter extends BaseHarnessAdapter { constructor(); } export declare function createGithubCopilotAdapter(): GithubCopilotAdapter; export {}; //# sourceMappingURL=github-copilot.d.ts.map