import { ToolDefinition } from "@empiricalrun/shared-types/chat-agent"; import { z } from "zod"; export declare const RunTestSchema: z.ZodObject<{ project: z.ZodOptional; envSlug: z.ZodOptional; testName: z.ZodString; suites: z.ZodArray; filePath: z.ZodString; }, z.core.$strip>; export declare const runTestTool: ToolDefinition; //# sourceMappingURL=run-test.d.ts.map