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