import { BarrelConfig, ExportPathInfo } from '../../index.ts';
export declare function handlePathExports(rootDir: string, barrelConfig: BarrelConfig, exportPaths: ExportPathInfo[]): Promise<void>;
