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