import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffOrderByWithRelationInputObjectSchema: z.ZodType; export declare const StaffOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; email: z.ZodOptional, z.ZodLazy>]>>; role: z.ZodOptional>; phone: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; user: z.ZodOptional>>; appointments: z.ZodOptional>>; claims: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; name?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; role?: "asc" | "desc" | undefined; phone?: "asc" | "desc" | Prisma.SortOrderInput | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; name?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; role?: "asc" | "desc" | undefined; phone?: "asc" | "desc" | Prisma.SortOrderInput | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=StaffOrderByWithRelationInput.schema.d.ts.map