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