import { z } from 'zod'; export declare const caseStatusConditionSchema: z.ZodObject<{ createdAt?: z.ZodType>; createdBy?: z.ZodType>; description?: z.ZodType>; final?: z.ZodType>; id?: z.ZodType>; initial?: z.ZodType>; name?: z.ZodType>; statusId?: z.ZodType>; updatedAt?: z.ZodType>; updatedBy?: z.ZodType>; }, z.core.$strip>;