import type { Root } from 'mdast';
export declare const findAndRemoveExports: (tree: Root) => Record<string, string>;
