import { UNVersioningStrategyType } from '../types/shared'; import { UNComponentsSecuritySettings } from '../types/shared/securitySettings'; export declare const UNComponentsSDKConstants: { webSDKRecommendedStrategy: { type: UNVersioningStrategyType.upToNextMinor; major: number; minor: number; }; securitySettings: UNComponentsSecuritySettings; }; //# sourceMappingURL=UnitComponentsSdk.constants.d.ts.map