import { Block } from '../../data/protocols/blocks';
export declare const blockToInnerText: (block: Block) => string;
