/** GitHub Copilot OAuth adapter for pi-ai's provider-auth API. */ import type { OAuthProviderInterface } from './types.js'; export declare const githubCopilotOAuthProvider: OAuthProviderInterface;