/** * Zod output schemas for structured tool output (outputSchema + structuredContent) */ import { z } from 'zod'; export declare const ProductListOutputSchema: z.ZodObject<{ products: z.ZodArray; hasContent: z.ZodBoolean; }, z.core.$strip>>; topics: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; export declare const SearchOutputSchema: z.ZodObject<{ query: z.ZodString; totalResults: z.ZodNumber; page: z.ZodNumber; totalPages: z.ZodNumber; hasMore: z.ZodBoolean; results: z.ZodArray; docType: z.ZodOptional; mapId: z.ZodOptional; contentId: z.ZodOptional; breadcrumb: z.ZodOptional>; mapTitle: z.ZodOptional; }, z.core.$strip>>; suggestions: z.ZodOptional>; filterRelaxation: z.ZodOptional; original: z.ZodRecord; message: z.ZodString; }, z.core.$strip>>; versionNote: z.ZodOptional; relevanceNote: z.ZodOptional; truncatedContent: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export declare const ArticleOutputSchema: z.ZodObject<{ title: z.ZodString; url: z.ZodString; content: z.ZodString; product: z.ZodOptional; version: z.ZodOptional; lastUpdated: z.ZodOptional; breadcrumb: z.ZodOptional>; mapId: z.ZodOptional; contentId: z.ZodOptional; sections: z.ZodArray>; truncated: z.ZodBoolean; }, z.core.$strip>; export declare const GlossaryLookupOutputSchema: z.ZodObject<{ term: z.ZodString; totalMatches: z.ZodNumber; entries: z.ZodArray; url: z.ZodString; }, z.core.$strip>>; truncated: z.ZodBoolean; }, z.core.$strip>; export declare const BatchArticlesOutputSchema: z.ZodObject<{ results: z.ZodArray; title: z.ZodOptional; content: z.ZodOptional; error: z.ZodOptional; tokenCount: z.ZodOptional; truncated: z.ZodOptional; }, z.core.$strip>>; summary: z.ZodObject<{ total: z.ZodNumber; succeeded: z.ZodNumber; failed: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const TocOutputSchema: z.ZodObject<{ product: z.ZodString; version: z.ZodString; totalEntries: z.ZodNumber; page: z.ZodNumber; totalPages: z.ZodNumber; hasMore: z.ZodBoolean; entries: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; //# sourceMappingURL=output.d.ts.map