import type { Root as MdastRoot } from 'mdast';
export declare function remarkRemoveCodeBlocksInCells(): (root: MdastRoot) => void;
