import { IEffectsAction } from 'redux-effects-promise';
export declare class OAuthOpenIdSignInEffects {
    private static readonly logger;
    private readonly environment;
    private readonly notVersionedSessionStorage;
    private readonly settings;
    /**
     * @stable [15.03.2020]
     * @returns {IEffectsAction}
     */
    $onConnectorInit(): IEffectsAction;
    /**
     * @stable [15.03.2020]
     * @returns {Promise<void>}
     */
    $onAfterLogout(): Promise<void>;
}
