import { OAuthClient as _OAuthClient, type OAuthConfig } from './oauth-client';
export type { OAuthConfig, TokenResponse, } from './oauth-client';
export declare const OAuthClient: typeof _OAuthClient;
export declare function createOAuthClient(config?: OAuthConfig): _OAuthClient;