/** * GitHub Copilot OAuth flow */ import type { OAuthAuth } from "../types.ts"; export declare const githubCopilotOAuth: OAuthAuth; //# sourceMappingURL=github-copilot.d.ts.map