import { z } from 'zod'; export declare const listApiSpecsOutputSchema: { apis: z.ZodArray; summary: z.ZodString; description: z.ZodString; deprecated: z.ZodOptional; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ operationId: z.ZodString; method: z.ZodString; path: z.ZodString; category: z.ZodString; tags: z.ZodArray; summary: z.ZodString; description: z.ZodString; deprecated: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ operationId: z.ZodString; method: z.ZodString; path: z.ZodString; category: z.ZodString; tags: z.ZodArray; summary: z.ZodString; description: z.ZodString; deprecated: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>, "many">; totalCount: z.ZodNumber; filters: z.ZodOptional; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ category: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ category: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>>; }; //# sourceMappingURL=list-api-specs.output.schema.d.ts.map