import { z } from 'zod'; export declare const getMapExampleOutputSchema: { metadata: z.ZodObject<{ id: z.ZodString; category: z.ZodEnum<["dynamic-maps", "marker", "infowindow", "shapes"]>; title: z.ZodString; description: z.ZodString; keywords: z.ZodArray; useCases: z.ZodArray; features: z.ZodArray; }, "strip", z.ZodTypeAny, { description: string; title: string; category: "dynamic-maps" | "marker" | "infowindow" | "shapes"; id: string; useCases: string[]; keywords: string[]; features: string[]; }, { description: string; title: string; category: "dynamic-maps" | "marker" | "infowindow" | "shapes"; id: string; useCases: string[]; keywords: string[]; features: string[]; }>; htmlContent: z.ZodString; }; //# sourceMappingURL=get-map-example.output.schema.d.ts.map