import { IBlock, IBlockData } from '../typings'; export declare function createBlock(block: IBlock): IBlock;