export declare function mergeArraysWithSpread<T extends object>(destination: T[], array: T[], spreadItem?: any): Promise<T[]>;
