import type { PathSpec } from '../../types.ts'; import type { TreeEntry } from './tree_entry.ts'; export declare function scopeRelativeKey(path: PathSpec): string; export declare function isRepoRoot(key: string): boolean; export declare function countScopeFiles(tree: Record, key: string): number; export declare function shouldUseSearch(recursive: boolean, onDefaultBranch: boolean): boolean; //# sourceMappingURL=pushdown.d.ts.map