import { z } from "@hono/zod-openapi"; declare const IdUUIDParamsSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; export = IdUUIDParamsSchema;