import { z } from "zod"; export declare const agedPayableDetail_columnTypes: readonly ["create_by", "create_date", "doc_num", "due_date", "last_mod_by", "last_mod_date", "memo", "past_due", "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 aged_payable_detail: z.ZodObject<{ columns: z.ZodOptional>; shipvia: z.ZodOptional; custom1: z.ZodOptional; custom2: z.ZodOptional; custom3: z.ZodOptional; aging_period: z.ZodOptional; } & { term: z.ZodOptional]>>; } & { start_duedate: z.ZodOptional>; end_duedate: z.ZodOptional>; } & { accounting_method: z.ZodOptional>; } & { report_date: z.ZodOptional>; } & { num_periods: z.ZodOptional; } & { vendor: z.ZodOptional]>>; } & { past_due: z.ZodOptional; }, "strip", z.ZodTypeAny, { term?: string | string[] | undefined; vendor?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; num_periods?: number | undefined; past_due?: number | undefined; accounting_method?: "Cash" | "Accrual" | 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" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; shipvia?: string | undefined; custom1?: string | undefined; custom2?: string | undefined; custom3?: string | undefined; aging_period?: number | undefined; }, { term?: string | string[] | undefined; vendor?: string | string[] | undefined; start_duedate?: string | undefined; end_duedate?: string | undefined; report_date?: string | undefined; num_periods?: number | undefined; past_due?: number | undefined; accounting_method?: "Cash" | "Accrual" | 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" | "vend_bill_addr" | "vend_comp_name" | "vend_name" | "vend_pri_cont" | "vend_pri_email" | "vend_pri_tel" | "dept_name" | undefined; shipvia?: string | undefined; custom1?: string | undefined; custom2?: string | undefined; custom3?: string | undefined; aging_period?: number | undefined; }>;