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