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