export declare function startLoginOrRefreshProcess(): Promise<{ completeLoginOrRefreshProcess: () => void; }>; export declare function waitForAllOtherOngoingLoginOrRefreshProcessesToComplete(params: { prUnlock: Promise; }): Promise;