import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffCreateManyUserInputObjectSchema: z.ZodType; export declare const StaffCreateManyUserInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; name: z.ZodString; email: z.ZodNullable>; role: z.ZodString; phone: z.ZodNullable>; createdAt: z.ZodOptional; }, "strict", z.ZodTypeAny, { name: string; role: string; createdAt?: Date | undefined; id?: number | undefined; email?: string | null | undefined; phone?: string | null | undefined; }, { name: string; role: string; createdAt?: Date | undefined; id?: number | undefined; email?: string | null | undefined; phone?: string | null | undefined; }>; //# sourceMappingURL=StaffCreateManyUserInput.schema.d.ts.map