import { IBlockData } from '../typings'; export declare function parseXMLtoBlock(text: string): IBlockData;