import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupOrderByWithRelationInputObjectSchema: z.ZodType; export declare const DatabaseBackupOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; createdAt: z.ZodOptional>; user: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; }>; //# sourceMappingURL=DatabaseBackupOrderByWithRelationInput.schema.d.ts.map