import type { GitScanMode } from "../constants"; export declare const testDotIgnoreFileName = ".testignore"; export declare function getTestDataDir(...names: string[]): string; export declare function runGitHandlerTests(gitScanMode: GitScanMode): void;