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