import type { Root } from 'mdast';
export declare const findExportedNodes: (tree: Root, ...type: string[]) => string[];
