import type { Options } from 'globby';
/**
 * Execute globby in worker to isolate memory usage
 */
export declare const executeGlobbyInWorker: (patterns: string[], options: Options, deps?: {
    initTaskRunner: <T, R>(numOfTasks: number, workerPath: string) => import("../../shared/processConcurrency.js").TaskRunner<T, R>;
}) => Promise<string[]>;
//# sourceMappingURL=globbyExecute.d.ts.map