import type { DropboxAccessor } from '../../../accessor/dropbox.ts'; import type { IndexCacheStore } from '../../../cache/index/store.ts'; import { type PathSpec } from '../../../types.ts'; export interface NarrowResult { resolved: PathSpec[]; usedSearch: boolean; } export declare function narrowScope(accessor: DropboxAccessor, paths: PathSpec[], pattern: string | null, opts: { fixedString: boolean; recursive: boolean; wholeWord: boolean; exactFileSet: boolean; index?: IndexCacheStore; }): Promise; //# sourceMappingURL=pushdown.d.ts.map