import type { OAuthAuth } from "../../auth/types.ts"; export declare const loadAnthropicOAuth: () => Promise; export declare const loadOpenAICodexOAuth: () => Promise; export declare const loadGitHubCopilotOAuth: () => Promise; //# sourceMappingURL=load.d.ts.map