import type { GeneratedPackageSettings, PackageSettings } from '@ms-cloudpack/common-types'; /** * Merges package settings together. * * TODO: This "merges" exports maps by concatenating them in an array, which is not correct per the * spec in Node. However, merging them properly is much more difficult to implement (depends on the * conditions that will be applied at the time the map is used), so more thought would be required * for how to handle multiple exports maps properly. */ export declare function mergePackageSettings>(settings: TSettings[]): Omit; //# sourceMappingURL=mergePackageSettings.d.ts.map