import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimFileCountSchema: z.ZodType; export declare const ClaimFileCountZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; select: z.ZodOptional, z.ZodType]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimFileWhereInput | undefined; select?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithRelationInput | Prisma.ClaimFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }, { where?: Prisma.ClaimFileWhereInput | undefined; select?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithRelationInput | Prisma.ClaimFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }>; //# sourceMappingURL=countClaimFile.schema.d.ts.map