import { BaseConfigsType } from '../types'; export declare function mergeConfigs(configs: Partial, defaultConfigs: Partial): BaseConfigsType;