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