import { Match, Options } from "../types"; export * from "../types"; export declare function isRgAvailable(): boolean; export declare function ripgrep(cwd: string, options: Options): Array; //# sourceMappingURL=index.d.ts.map