import { Options } from '../core/events/interfaces'; import { CDNSettings } from '../browser'; /** * Merge legacy settings and initialized Integration option overrides. * * This will merge any options that were passed from initialization into * overrides for settings that are returned by the Segment CDN. * * i.e. this allows for passing options directly into destinations from * the Analytics constructor. */ export declare function mergedOptions(cdnSettings: CDNSettings, options: Options): Record; //# sourceMappingURL=merged-options.d.ts.map