import { TransformHtmlWithContext } from '../utils/dom';
/**
 * Replace nestable block elements.
 */
export declare function replaceBlocks(html: string, ctx: TransformHtmlWithContext): string;
