import { RecursivePartial } from "../typings/helper"; export declare function mergeBlock>(a: T, b?: RecursivePartial): T;