export default function merge(compare: (a: T, b: T) => number, array0: T[], array1: T[], output?: T[]): T[]; //# sourceMappingURL=merge.d.ts.map