import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../openid-configuration";
import type { AuthWellKnownEndpoints } from "./auth-well-known-endpoints";
export declare class AuthWellKnownDataService {
    private readonly loggerService;
    private readonly http;
    getWellKnownEndPointsForConfig(config: OpenIdConfiguration): Observable<AuthWellKnownEndpoints>;
    private getWellKnownDocument;
}
//# sourceMappingURL=auth-well-known-data.service.d.ts.map