/** * Combines two arrays, using the first array to start * @param array1 Array to combine * @param array2 Array to combine with previous array */ export declare function combine, S extends Record>(array1: T, array2: S): T;