import { type Observable } from 'rxjs';
import type { OpenIdConfiguration } from '../config/openid-configuration';
import type { CallbackContext } from '../flows/callback-context';
export declare class SilentRenewService {
    private readonly refreshSessionWithIFrameCompletedInternal$;
    get refreshSessionWithIFrameCompleted$(): Observable<CallbackContext | null>;
    private readonly loggerService;
    private readonly iFrameService;
    private readonly flowsService;
    private readonly resetAuthDataService;
    private readonly flowsDataService;
    private readonly authStateService;
    private readonly flowHelper;
    private readonly implicitFlowCallbackService;
    private readonly intervalService;
    getOrCreateIframe(config: OpenIdConfiguration): HTMLIFrameElement;
    isSilentRenewConfigured(configuration: OpenIdConfiguration): boolean;
    codeFlowCallbackSilentRenewIframe(urlParts: string[], config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[]): Observable<CallbackContext>;
    silentRenewEventHandler(e: CustomEvent, config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[]): Observable<undefined>;
    private getExistingIframe;
}
//# sourceMappingURL=silent-renew.service.d.ts.map