import { z } from "zod"; export declare const vendorBalanceDetail_columnTypes: readonly ["create_by", "create_date", "doc_num", "due_date", "last_mod_by", "last_mod_date", "memo", "term_name", "tx_date", "txn_type", "vend_bill_addr", "vend_comp_name", "vend_name", "vend_pri_cont", "vend_pri_email", "vend_pri_tel", "dept_name"]; export declare const vendor_balance_detail: z.ZodObject<{ columns: z.ZodOptional>; sort_by: z.ZodOptional>; } & { term: z.ZodOptional]>>; } & { start_duedate: z.ZodOptional>; end_duedate: z.ZodOptional>; } & { accounting_method: z.ZodOptional>; } & { date_macro: z.ZodOptional>; } & { duedate_macro: z.ZodOptional>; } & { report_date: z.ZodOptional>; } & { sort_order: z.ZodOptional>; } & { appaid: z.ZodOptional>; } & { department: z.ZodOptional]>>; } & { vendor: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { department?: string | string[] | undefined; term?: string | string[] | undefined; vendor?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; date_macro?: "Today" | "Yesterday" | "This Week" | "Last Week" | "This Week-to-date" | "Last Week-to-date" | "Next Week" | "Next 4 Weeks" | "This Month" | "Last Month" | "This Month-to-date" | "Last Month-to-date" | "Next Month" | "This Fiscal Quarter" | "Last Fiscal Quarter" | "This Fiscal Quarter-to-date" | "Last Fiscal Quarter-to-date" | "Next Fiscal Quarter" | "This Fiscal Year" | "Last Fiscal Year" | "This Fiscal Year-to-date" | "Last Fiscal Year-to-date" | "Next Fiscal Year" | undefined; duedate_macro?: "Today" | "Yesterday" | "This Week" | "Last Week" | "This Week-to-date" | "Last Week-to-date" | "Next Week" | "Next 4 Weeks" | "This Month" | "Last Month" | "This Month-to-date" | "Last Month-to-date" | "Next Month" | "This Fiscal Quarter" | "Last Fiscal Quarter" | "This Fiscal Quarter-to-date" | "Last Fiscal Quarter-to-date" | "Next Fiscal Quarter" | "This Fiscal Year" | "Last Fiscal Year" | "This Fiscal Year-to-date" | "Last Fiscal Year-to-date" | "Next Fiscal Year" | undefined; appaid?: "All" | "Paid" | "Unpaid" | undefined; accounting_method?: "Cash" | "Accrual" | undefined; sort_by?: "memo" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; columns?: "memo" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; }, { department?: string | string[] | undefined; term?: string | string[] | undefined; vendor?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; date_macro?: "Today" | "Yesterday" | "This Week" | "Last Week" | "This Week-to-date" | "Last Week-to-date" | "Next Week" | "Next 4 Weeks" | "This Month" | "Last Month" | "This Month-to-date" | "Last Month-to-date" | "Next Month" | "This Fiscal Quarter" | "Last Fiscal Quarter" | "This Fiscal Quarter-to-date" | "Last Fiscal Quarter-to-date" | "Next Fiscal Quarter" | "This Fiscal Year" | "Last Fiscal Year" | "This Fiscal Year-to-date" | "Last Fiscal Year-to-date" | "Next Fiscal Year" | undefined; duedate_macro?: "Today" | "Yesterday" | "This Week" | "Last Week" | "This Week-to-date" | "Last Week-to-date" | "Next Week" | "Next 4 Weeks" | "This Month" | "Last Month" | "This Month-to-date" | "Last Month-to-date" | "Next Month" | "This Fiscal Quarter" | "Last Fiscal Quarter" | "This Fiscal Quarter-to-date" | "Last Fiscal Quarter-to-date" | "Next Fiscal Quarter" | "This Fiscal Year" | "Last Fiscal Year" | "This Fiscal Year-to-date" | "Last Fiscal Year-to-date" | "Next Fiscal Year" | undefined; appaid?: "All" | "Paid" | "Unpaid" | undefined; accounting_method?: "Cash" | "Accrual" | undefined; sort_by?: "memo" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; columns?: "memo" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "due_date" | "term_name" | "tx_date" | "txn_type" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; }>; export type VendorBalanceDetailType = z.infer;