import type { StoredOAuthTokens } from "./oauth-token-store"; export declare const performOAuthLogin: ({ openBrowserAutomatically, }?: { openBrowserAutomatically?: boolean; }) => Promise; //# sourceMappingURL=oauth-login.d.ts.map