import { type IPlatformDataset } from '../../../../../types'; /** * 合并 dataset (如遇同名,保留前者) */ export declare function mergeDataset(first?: IPlatformDataset, second?: IPlatformDataset): IPlatformDataset; //# sourceMappingURL=merge-dataset.d.ts.map