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