import type { WellKnownEndpoints } from '../common/types.js'; /** * This function returns the well known endpoints of id-service. * @param authEndpoint URL for id-service authEndpoint. * @returns {WellKnownEndpoints} Well known endpoints of id-service. */ export declare function getWellKnownEndpoints(authEndpoint: string): Promise; //# sourceMappingURL=index.d.ts.map