import { z } from "zod"; export declare const customerBalanceDetail_columnTypes: readonly ["bill_addr", "create_by", "create_date", "cust_bill_email", "cust_comp_name", "cust_msg", "cust_phone_other", "cust_tel", "cust_name", "deliv_addr", "doc_num", "due_date", "last_mod_by", "last_mod_date", "memo", "sale_sent_state", "ship_addr", "ship_date", "ship_via", "term_name", "tracking_num", "tx_date", "txn_type", "sales_cust1", "sales_cust2", "sales_cust3", "dept_name"]; export declare const customer_balance_detail: z.ZodObject<{ custom1: z.ZodOptional; columns: z.ZodOptional>; sort_by: z.ZodOptional>; shipvia: z.ZodOptional; } & { start_duedate: z.ZodOptional>; end_duedate: z.ZodOptional>; } & { customer: z.ZodOptional]>>; } & { term: z.ZodOptional]>>; } & { arpaid: z.ZodOptional>; } & { aging_method: z.ZodOptional>; } & { report_date: z.ZodOptional>; } & { sort_order: z.ZodOptional>; } & { department: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { customer?: string | string[] | undefined; department?: string | string[] | undefined; term?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; arpaid?: "All" | "Paid" | "Unpaid" | undefined; aging_method?: "Report_Date" | "Current" | undefined; sort_by?: "memo" | "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" | "cust_phone_other" | "cust_tel" | "ship_date" | "ship_via" | "tracking_num" | undefined; columns?: "memo" | "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" | "cust_phone_other" | "cust_tel" | "ship_date" | "ship_via" | "tracking_num" | undefined; shipvia?: string | undefined; custom1?: string | undefined; }, { customer?: string | string[] | undefined; department?: string | string[] | undefined; term?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; arpaid?: "All" | "Paid" | "Unpaid" | undefined; aging_method?: "Report_Date" | "Current" | undefined; sort_by?: "memo" | "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" | "cust_phone_other" | "cust_tel" | "ship_date" | "ship_via" | "tracking_num" | undefined; columns?: "memo" | "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" | "cust_phone_other" | "cust_tel" | "ship_date" | "ship_via" | "tracking_num" | undefined; shipvia?: string | undefined; custom1?: string | undefined; }>; export type CustomerBalanceDetailType = z.infer;