/** * `deepmerge` concatenates arrays by default instead of overwriting them. * We define custom merging function for arrays to change that behaviour */ export default function merge(x: X, y: Y): unknown; //# sourceMappingURL=merge.d.ts.map