import React from 'react';
import { OAuthContextValue } from './types';
export declare function resetOAuthContext(): void;
export declare function getOAuthContext(): React.Context<OAuthContextValue>;
//# sourceMappingURL=OAuthContext.d.ts.map