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