import * as z from "zod/v4"; export declare const listOutputSchema: z.ZodObject<{ items: z.ZodOptional>, z.ZodString, z.ZodNumber, z.ZodBoolean]>>>; total: z.ZodOptional; page: z.ZodOptional; }, z.core.$catchall>; export declare const getOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const createOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const updateOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const deleteOutputSchema: z.ZodObject<{ deleted: z.ZodBoolean; resource_type: z.ZodString; resource_id: z.ZodString; version_label: z.ZodOptional; details: z.ZodOptional>>; }, z.core.$strip>; export declare const executeOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const diagnoseOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const searchOutputSchema: z.ZodObject<{ query: z.ZodString; total_matches: z.ZodNumber; searched_types: z.ZodNumber; results: z.ZodArray>>; }, z.core.$catchall>>; }, z.core.$strip>; export declare const describeOutputSchema: z.ZodObject<{}, z.core.$catchall>; export declare const statusOutputSchema: z.ZodObject<{ project: z.ZodObject<{ org: z.ZodString; project: z.ZodString; }, z.core.$catchall>; summary: z.ZodObject<{ total_failed: z.ZodNumber; total_running: z.ZodNumber; total_recent: z.ZodNumber; health: z.ZodEnum<{ healthy: "healthy"; degraded: "degraded"; failing: "failing"; }>; }, z.core.$strip>; failed_executions: z.ZodArray>>; running_executions: z.ZodArray>>; recent_activity: z.ZodArray>>; openInHarness: z.ZodOptional; }, z.core.$strip>; export declare const schemaOutputSchema: z.ZodObject<{}, z.core.$catchall>; //# sourceMappingURL=output-schemas.d.ts.map