import type { Root } from 'mdast';
import { Parent } from 'unist';
import { VFile } from 'vfile';
export declare const remarkMdxInjectSnippets: (snippetTreeMap: Record<string, Root>) => (tree: Parent, file: VFile) => void;
