import type { GitHubAccessor } from '../../accessor/github.ts'; import { PathSpec } from '../../types.ts'; export declare function narrowPaths(accessor: GitHubAccessor, pattern: string, paths: readonly PathSpec[]): Promise; //# sourceMappingURL=search.d.ts.map