import type { OidcConfigDto } from '@n8n/api-types';
import type { OidcService } from '../../../../modules/sso-oidc/oidc.service.ee';
type OidcRuntimeConfig = Awaited<ReturnType<OidcService['loadConfig']>>;
export declare function toOidcConfigurationResponse(config: OidcRuntimeConfig): OidcConfigDto;
export {};
