import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationAvgAggregateInputObjectSchema: z.ZodType; export declare const BackupDestinationAvgAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; userId?: true | undefined; }, { id?: true | undefined; userId?: true | undefined; }>; //# sourceMappingURL=BackupDestinationAvgAggregateInput.schema.d.ts.map