import { IBlockData } from '../typings'; export declare function isValidBlockData(data: any): data is IBlockData;