import { z } from '@hono/zod-openapi'; export declare const ErrorSchema: z.ZodObject<{ reason: z.ZodString; }, z.core.$strip>;