import { z } from 'zod'; export declare const HelloResponseSchema: z.ZodObject<{ message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; }, { message: string; }>; export type HelloResponse = z.infer; //# sourceMappingURL=hello.schema.d.ts.map