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