import type { WellknownResponse } from '@forgerock/sdk-types'; import type { DaVinciConfig } from '@forgerock/sdk-types'; export type { DaVinciConfig }; export interface InternalDaVinciConfig extends DaVinciConfig { wellknownResponse: WellknownResponse; } //# sourceMappingURL=config.types.d.ts.map