export declare function findFileRecursive(dir: string, filename: string): string | null;
export declare function downloadAndInstallRipgrep(): Promise<string>;
export declare function getInstalledRipgrepPath(): string | null;
