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