import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffMaxAggregateInputObjectSchema: z.ZodType; export declare const StaffMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; email: z.ZodOptional>; role: z.ZodOptional>; phone: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; name?: true | undefined; email?: true | undefined; role?: true | undefined; phone?: true | undefined; }, { createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; name?: true | undefined; email?: true | undefined; role?: true | undefined; phone?: true | undefined; }>; //# sourceMappingURL=StaffMaxAggregateInput.schema.d.ts.map