import { type DeepPartial } from '@hyperse/config-loader'; export declare function mergeOptions(target: T, ...source: Array>): T;