import * as z from 'zod'; export declare const ServiceLineFindFirstResultSchema: z.ZodNullable; paymentId: z.ZodOptional; procedureCode: z.ZodString; procedureDate: z.ZodDate; quad: z.ZodOptional; arch: z.ZodOptional; toothNumber: z.ZodOptional; toothSurface: z.ZodOptional; totalBilled: z.ZodNumber; totalPaid: z.ZodNumber; totalAdjusted: z.ZodNumber; totalDue: z.ZodNumber; status: z.ZodUnknown; claim: z.ZodOptional; payment: z.ZodOptional; serviceLineTransactions: z.ZodArray; }, "strip", z.ZodTypeAny, { id: number; procedureCode: string; procedureDate: Date; totalBilled: number; totalPaid: number; totalAdjusted: number; totalDue: number; serviceLineTransactions: unknown[]; status?: unknown; toothNumber?: string | undefined; toothSurface?: string | undefined; claimId?: number | undefined; claim?: unknown; paymentId?: number | undefined; payment?: unknown; quad?: string | undefined; arch?: string | undefined; }, { id: number; procedureCode: string; procedureDate: Date; totalBilled: number; totalPaid: number; totalAdjusted: number; totalDue: number; serviceLineTransactions: unknown[]; status?: unknown; toothNumber?: string | undefined; toothSurface?: string | undefined; claimId?: number | undefined; claim?: unknown; paymentId?: number | undefined; payment?: unknown; quad?: string | undefined; arch?: string | undefined; }>>; //# sourceMappingURL=ServiceLineFindFirstResult.schema.d.ts.map