import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NpiProviderScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const NpiProviderScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; npiNumber: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; providerName: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { npiNumber?: string | Prisma.StringWithAggregatesFilter | undefined; providerName?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; }, { npiNumber?: string | Prisma.StringWithAggregatesFilter | undefined; providerName?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined; }>; //# sourceMappingURL=NpiProviderScalarWhereWithAggregatesInput.schema.d.ts.map