import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupCreateManyUserInputObjectSchema: z.ZodType; export declare const DatabaseBackupCreateManyUserInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; createdAt: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: Date | undefined; id?: number | undefined; }, { createdAt?: Date | undefined; id?: number | undefined; }>; //# sourceMappingURL=DatabaseBackupCreateManyUserInput.schema.d.ts.map