import type { SamlConfigurationResponse, SamlPreferences, UpdateSamlConfigurationDto } from '@n8n/api-types';
export declare function toSamlConfigurationResponse(prefs: SamlPreferences): SamlConfigurationResponse;
export declare function toSamlPreferencesUpdate(data: UpdateSamlConfigurationDto): Partial<SamlPreferences>;
