import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const ClaimFileScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; claimId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; filename: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; mimeType: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringWithAggregatesFilter | undefined; claimId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringWithAggregatesFilter | undefined; claimId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=ClaimFileScalarWhereWithAggregatesInput.schema.d.ts.map