export default function merge<T>(target: T, ...sources: Partial<T>[]): T;
