import { z } from '@hono/zod-openapi'; export declare const ArmingLockRequestSchema: z.ZodObject<{ mode: z.ZodEnum<{ home: "home"; away: "away"; night: "night"; global: "global"; }>; value: z.ZodBoolean; }, z.core.$strip>;