import { type Observable } from 'rxjs';
import type { OpenIdConfiguration } from '../openid-configuration';
import type { AuthWellKnownEndpoints } from './auth-well-known-endpoints';
export declare class AuthWellKnownService {
    private readonly dataService;
    private readonly publicEventsService;
    private readonly storagePersistenceService;
    storeWellKnownEndpoints(config: OpenIdConfiguration, mappedWellKnownEndpoints: AuthWellKnownEndpoints): void;
    queryAndStoreAuthWellKnownEndPoints(config: OpenIdConfiguration | null): Observable<AuthWellKnownEndpoints>;
}
//# sourceMappingURL=auth-well-known.service.d.ts.map