import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const AppointmentScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; staffId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; title: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; date: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; startTime: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; endTime: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; type: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; notes: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; procedureCodeNotes: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; status: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; eligibilityStatus: z.ZodOptional, z.ZodTypeDef, Prisma.EnumPatientStatusWithAggregatesFilter>>, z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>]>>; }, "strict", z.ZodTypeAny, { type?: string | Prisma.StringWithAggregatesFilter | undefined; status?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; date?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; title?: string | Prisma.StringWithAggregatesFilter | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; startTime?: string | Prisma.StringWithAggregatesFilter | undefined; endTime?: string | Prisma.StringWithAggregatesFilter | undefined; notes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; procedureCodeNotes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter | undefined; staffId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { type?: string | Prisma.StringWithAggregatesFilter | undefined; status?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined; date?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; title?: string | Prisma.StringWithAggregatesFilter | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; startTime?: string | Prisma.StringWithAggregatesFilter | undefined; endTime?: string | Prisma.StringWithAggregatesFilter | undefined; notes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; procedureCodeNotes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter | undefined; staffId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=AppointmentScalarWhereWithAggregatesInput.schema.d.ts.map