export declare function mergeLocale<T, P>(base: T, patch: P): T;
