import { type Observable } from 'rxjs';
import type { OpenIdConfiguration } from '../../config/openid-configuration';
import type { CallbackContext } from '../callback-context';
export declare class RefreshSessionCallbackHandlerService {
    private readonly loggerService;
    private readonly authStateService;
    private readonly flowsDataService;
    refreshSessionWithRefreshTokens(config: OpenIdConfiguration): Observable<CallbackContext>;
}
//# sourceMappingURL=refresh-session-callback-handler.service.d.ts.map