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