import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationUncheckedCreateInputObjectSchema: z.ZodType; export declare const BackupDestinationUncheckedCreateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodNumber; path: z.ZodString; isActive: z.ZodOptional; createdAt: z.ZodOptional; }, "strict", z.ZodTypeAny, { path: string; userId: number; createdAt?: Date | undefined; id?: number | undefined; isActive?: boolean | undefined; }, { path: string; userId: number; createdAt?: Date | undefined; id?: number | undefined; isActive?: boolean | undefined; }>; //# sourceMappingURL=BackupDestinationUncheckedCreateInput.schema.d.ts.map