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