import { OAuthClient } from './AuthClient';
export declare function registerOAuthProvider<T>(provider: string, config: ConstructorParameters<typeof OAuthClient<T>>[0]): void;
export declare function getOAuthClient<T>(provider: string): OAuthClient<T>;
