import { OAuthStore } from '../types';
export declare const listenForOAuthFlowCancellation: (store: OAuthStore) => void;
