import { AutoExporterOptions } from '../types/module-exporter.types';
export declare function generateExportsFromPaths(paths: string[], config: AutoExporterOptions): string[];
