import { z } from "zod"; export declare const agedReceivableDetail_columnTypes: readonly ["bill_addr", "create_by", "create_date", "cust_bill_email", "cust_comp_name", "cust_msg", "cust_name", "deliv_addr", "doc_num", "due_date", "last_mod_by", "last_mod_date", "memo", "past_due", "sale_sent_state", "ship_addr", "term_name", "tx_date", "txn_type", "sales_cust1", "sales_cust2", "sales_cust3", "dept_name"]; export declare const aged_receivable_detail: z.ZodObject<{ shipvia: z.ZodOptional; custom1: z.ZodOptional; custom2: z.ZodOptional; custom3: z.ZodOptional; columns: z.ZodOptional>; aging_period: z.ZodOptional; } & { customer: z.ZodOptional]>>; } & { term: z.ZodOptional]>>; } & { report_date: z.ZodOptional>; } & { num_periods: z.ZodOptional; } & { past_due: z.ZodOptional; } & { start_duedate: z.ZodOptional>; end_duedate: z.ZodOptional>; } & { aging_method: z.ZodOptional>; }, "strip", z.ZodTypeAny, { customer?: string | string[] | undefined; term?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; num_periods?: number | undefined; past_due?: number | undefined; aging_method?: "Report_Date" | "Current" | undefined; columns?: "memo" | "past_due" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "dept_name" | "bill_addr" | "cust_bill_email" | "cust_comp_name" | "cust_msg" | "cust_name" | "deliv_addr" | "sale_sent_state" | "ship_addr" | "sales_cust1" | "sales_cust2" | "sales_cust3" | undefined; shipvia?: string | undefined; custom1?: string | undefined; custom2?: string | undefined; custom3?: string | undefined; aging_period?: number | undefined; }, { customer?: string | string[] | undefined; term?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; num_periods?: number | undefined; past_due?: number | undefined; aging_method?: "Report_Date" | "Current" | undefined; columns?: "memo" | "past_due" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "dept_name" | "bill_addr" | "cust_bill_email" | "cust_comp_name" | "cust_msg" | "cust_name" | "deliv_addr" | "sale_sent_state" | "ship_addr" | "sales_cust1" | "sales_cust2" | "sales_cust3" | undefined; shipvia?: string | undefined; custom1?: string | undefined; custom2?: string | undefined; custom3?: string | undefined; aging_period?: number | undefined; }>; export type AgedReceivableDetailType = z.infer;