import { r as OAuthProvider } from "../../types-CXPUTn1t.mjs"; //#region src/oauth/providers/github.d.ts declare const github: OAuthProvider; /** * Fetch the user's primary email from GitHub * (needed because email may not be returned in the basic user endpoint) */ declare function fetchGitHubEmail(accessToken: string): Promise; //#endregion export { fetchGitHubEmail, github }; //# sourceMappingURL=github.d.mts.map