import { z } from 'zod'; /** * The shape of the model inside the application code - what the users use */ export declare const motion: z.ZodObject<{ motion1: z.ZodOptional; motionValid: z.ZodOptional; motionReport: z.ZodOptional; motion1: z.ZodOptional; }, "strip", z.ZodTypeAny, { changed?: string | undefined; motion1?: boolean | undefined; }, { changed?: string | undefined; motion1?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { motion1?: boolean | undefined; motionValid?: boolean | undefined; motionReport?: { changed?: string | undefined; motion1?: boolean | undefined; } | undefined; }, { motion1?: boolean | undefined; motionValid?: boolean | undefined; motionReport?: { changed?: string | undefined; motion1?: boolean | undefined; } | undefined; }>; /** * * @typedef {Motion} motion * @property {boolean} - Deprecated. Moved to motion_report/motion. * @property {boolean} - Deprecated. Motion is valid when motion_report property is present, invalid when absent. * @property {MotionReport} */ export type Motion = z.infer; /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ export declare const motionResponse: z.ZodEffects; motion_valid: z.ZodOptional; motion_report: z.ZodOptional; motion: z.ZodOptional; }, "strip", z.ZodTypeAny, { changed?: string | undefined; motion?: boolean | undefined; }, { changed?: string | undefined; motion?: boolean | undefined; }>, { changed: string | undefined; motion1: boolean | undefined; }, { changed?: string | undefined; motion?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { motion?: boolean | undefined; motion_valid?: boolean | undefined; motion_report?: { changed: string | undefined; motion1: boolean | undefined; } | undefined; }, { motion?: boolean | undefined; motion_valid?: boolean | undefined; motion_report?: { changed?: string | undefined; motion?: boolean | undefined; } | undefined; }>, { motion1: boolean | undefined; motionValid: boolean | undefined; motionReport: { changed: string | undefined; motion1: boolean | undefined; } | undefined; }, { motion?: boolean | undefined; motion_valid?: boolean | undefined; motion_report?: { changed?: string | undefined; motion?: boolean | undefined; } | undefined; }>; /** * The shape of the model mapping from the application shape into the api schema. * Is equal to application shape if all property names match the api schema */ export declare const motionRequest: z.ZodEffects>; motionValid: z.ZodOptional>; motionReport: z.ZodOptional>; motion1: z.ZodOptional>; }, "strip", z.ZodTypeAny, { changed?: string | null | undefined; motion1?: boolean | null | undefined; }, { changed?: string | null | undefined; motion1?: boolean | null | undefined; }>, { changed: string | null | undefined; motion: boolean | null | undefined; }, { changed?: string | null | undefined; motion1?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { motion1?: boolean | null | undefined; motionValid?: boolean | null | undefined; motionReport?: { changed: string | null | undefined; motion: boolean | null | undefined; } | null | undefined; }, { motion1?: boolean | null | undefined; motionValid?: boolean | null | undefined; motionReport?: { changed?: string | null | undefined; motion1?: boolean | null | undefined; } | null | undefined; }>, { motion: boolean | null | undefined; motion_valid: boolean | null | undefined; motion_report: { changed: string | null | undefined; motion: boolean | null | undefined; } | null | undefined; }, { motion1?: boolean | null | undefined; motionValid?: boolean | null | undefined; motionReport?: { changed?: string | null | undefined; motion1?: boolean | null | undefined; } | null | undefined; }>; //# sourceMappingURL=motion.d.ts.map