import type { Transform } from 'mdast-util-from-markdown';
declare const MigrateHtmlBlocks: () => Transform;
export default MigrateHtmlBlocks;
