import { ToolDefinition } from "@empiricalrun/shared-types/chat-agent"; import { z } from "zod"; export declare const ListTestsForProjectSchema: z.ZodObject<{ project: z.ZodString; }, z.core.$strip>; export declare const listProjectsTool: ToolDefinition; export declare const listTestsForProjectTool: ToolDefinition; //# sourceMappingURL=list-tests-and-projects.d.ts.map