import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const BackupDestinationScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; path: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; isActive: z.ZodOptional, z.ZodTypeDef, Prisma.BoolWithAggregatesFilter>>, z.ZodBoolean]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { path?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; isActive?: boolean | Prisma.BoolWithAggregatesFilter | undefined; }, { path?: string | Prisma.StringWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined; isActive?: boolean | Prisma.BoolWithAggregatesFilter | undefined; }>; //# sourceMappingURL=BackupDestinationScalarWhereWithAggregatesInput.schema.d.ts.map