import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineTransactionFindFirstOrThrowSelectSchema: z.ZodType; export declare const ServiceLineTransactionFindFirstOrThrowSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; paymentId: z.ZodOptional; serviceLineId: z.ZodOptional; transactionId: z.ZodOptional; paidAmount: z.ZodOptional; adjustedAmount: z.ZodOptional; method: z.ZodOptional; receivedDate: z.ZodOptional; payerName: z.ZodOptional; notes: z.ZodOptional; createdAt: z.ZodOptional; payment: z.ZodOptional; serviceLine: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; paidAmount?: boolean | undefined; adjustedAmount?: boolean | undefined; method?: boolean | undefined; receivedDate?: boolean | undefined; payerName?: boolean | undefined; serviceLineId?: boolean | undefined; payment?: boolean | undefined; serviceLine?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; paidAmount?: boolean | undefined; adjustedAmount?: boolean | undefined; method?: boolean | undefined; receivedDate?: boolean | undefined; payerName?: boolean | undefined; serviceLineId?: boolean | undefined; payment?: boolean | undefined; serviceLine?: boolean | undefined; }>; export declare const ServiceLineTransactionFindFirstOrThrowSchema: z.ZodType; export declare const ServiceLineTransactionFindFirstOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowServiceLineTransaction.schema.d.ts.map