pi/dist/utils/tools-manager.d.ts

3 lines
216 B
TypeScript

export declare function getToolPath(tool: "fd" | "rg"): string | null;
export declare function ensureTool(tool: "fd" | "rg", silent?: boolean): Promise<string | undefined>;
//# sourceMappingURL=tools-manager.d.ts.map