import { AutoExporterOptions } from '../../types/module-exporter.types';
export declare function collectRelevantPaths(rootDir: string, config: AutoExporterOptions): Promise<string[]>;
