import { z } from 'zod'; export declare const schema: { exampleType: z.ZodString; }; export declare function handleGetAnimeExample(params: { exampleType: string; }): Promise<{}>; //# sourceMappingURL=get-anime-example.d.ts.map