import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const NpiProviderDeleteManySchema: z.ZodType; export declare const NpiProviderDeleteManyZodSchema: z.ZodObject<{ where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.NpiProviderWhereInput | undefined; }, { where?: Prisma.NpiProviderWhereInput | undefined; }>; //# sourceMappingURL=deleteManyNpiProvider.schema.d.ts.map