import { z } from "@hono/zod-openapi"; declare const createMessageObjectSchema: (exampleMessage?: string) => z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; export = createMessageObjectSchema;