import { BlockInfo } from './types'; export declare const parseBlockInfo: (raw?: string) => BlockInfo;