import { type Observable } from 'rxjs';
import type { OpenIdConfiguration } from '../config/openid-configuration';
import type { CallbackContext } from '../flows/callback-context';
export declare class RefreshSessionRefreshTokenService {
    private readonly loggerService;
    private readonly resetAuthDataService;
    private readonly flowsService;
    private readonly intervalService;
    refreshSessionWithRefreshTokens(config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], customParamsRefresh?: {
        [key: string]: string | number | boolean;
    }): Observable<CallbackContext>;
}
//# sourceMappingURL=refresh-session-refresh-token.service.d.ts.map