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