import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../../config/openid-configuration";
import type { CallbackContext } from "../callback-context";
export declare class HistoryJwtKeysCallbackHandlerService {
    private readonly loggerService;
    private readonly authStateService;
    private readonly flowsDataService;
    private readonly signInKeyDataService;
    private readonly storagePersistenceService;
    private readonly resetAuthDataService;
    private readonly document;
    callbackHistoryAndResetJwtKeys(callbackContext: CallbackContext, config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[]): Observable<CallbackContext>;
    private responseHasIdToken;
    private handleResultErrorFromCallback;
    private historyCleanUpTurnedOn;
    private resetBrowserHistory;
    private storeSigningKeys;
    private readSigningKeys;
}
//# sourceMappingURL=history-jwt-keys-callback-handler.service.d.ts.map