/** * Path to the ripgrep binary bundled in the vendor directory. * Uses findUpSync to locate the package root, working correctly even * when bundled (e.g. esbuild into a VS Code extension). */ export declare const rgPath: string;