import { z } from '@hono/zod-openapi'; export declare const ModeRequestSchema: z.ZodObject<{ mode: z.ZodEnum<{ off: "off"; home: "home"; away: "away"; night: "night"; }>; delay: z.ZodOptional; }, z.core.$strip>;