import type { Root } from 'mdast';
export declare const remarkExpandContent: () => (tree: Root) => void;
