import { z } from "zod"; export declare const transactionListWithSplits_columnTypes: readonly ["tx_date", "txn_type", "doc_num", "is_no_post", "account_name", "memo", "amount", "is_adj", "create_by", "create_date", "last_mod_date", "last_mod_by", "cust_name", "vend_name", "rate", "quantity", "item_name", "emp_name", "pmt_mthd", "nat_open_bal", "tax_type", "is_billable", "debt_amt", "credit_amt", "is_cleared", "olb_status", "dept_name"]; export declare const transaction_list_with_splits: z.ZodObject<{ docnum: z.ZodOptional; columns: z.ZodOptional>; sort_by: z.ZodOptional>; name: z.ZodOptional; } & { date_macro: z.ZodOptional>; } & { payment_method: z.ZodOptional>; } & { source_account_type: z.ZodOptional>; } & { start_date: z.ZodOptional>; end_date: z.ZodOptional>; } & { sort_order: z.ZodOptional>; } & { transaction_type: z.ZodOptional>; } & { group_by: z.ZodOptional>; }, "strip", z.ZodTypeAny, { payment_method?: "Check" | "Cash" | "Dinners Club" | "American Express" | "Discover" | "MasterCard" | "Visa" | undefined; name?: string | undefined; transaction_type?: "Bill" | "Deposit" | "Estimate" | "Invoice" | "Transfer" | "CreditMemo" | "JournalEntry" | "PurchaseOrder" | "SalesReceipt" | "TimeActivity" | "VendorCredit" | "CreditCardCharge" | "Check" | "ReceivePayment" | "CreditCardCredit" | "Credit" | "BillPaymentCheck" | "BillPaymentCreditCard" | "Charge" | "Statement" | "BillableCharge" | "CashPurchase" | "CreditRefund" | "InventoryQuantityAdjustment" | "GlobalTaxPayment" | "GlobalTaxAdjustment" | "Service Tax Refund" | "Service Tax Gross Adjustment" | "Service Tax Reversal" | "Service Tax Defer" | "Service Tax Partial Utilisation" | undefined; start_date?: string | undefined; end_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; group_by?: "Name" | "Account" | "Customer" | "Employee" | "Vendor" | "Transaction Type" | "Location" | "Payment Method" | "Day" | "Week" | "Month" | "Quarter" | "Year" | "Fiscal Year" | "Fiscal Quarter" | "None" | undefined; source_account_type?: "Equity" | "Expense" | "AccountsPayable" | "AccountsReceivable" | "Bank" | "OtherCurrentAsset" | "FixedAsset" | "OtherAsset" | "CreditCard" | "OtherCurrentLiability" | "LongTermLiability" | "Income" | "CostOfGoodsSold" | "OtherIncome" | "OtherExpense" | undefined; sort_by?: "memo" | "account_name" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "tx_date" | "txn_type" | "vend_name" | "dept_name" | "cust_name" | "amount" | "emp_name" | "is_adj" | "is_cleared" | "item_name" | "quantity" | "rate" | "credit_amt" | "debt_amt" | "pmt_mthd" | "is_no_post" | "olb_status" | "nat_open_bal" | "tax_type" | "is_billable" | undefined; columns?: "memo" | "account_name" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "tx_date" | "txn_type" | "vend_name" | "dept_name" | "cust_name" | "amount" | "emp_name" | "is_adj" | "is_cleared" | "item_name" | "quantity" | "rate" | "credit_amt" | "debt_amt" | "pmt_mthd" | "is_no_post" | "olb_status" | "nat_open_bal" | "tax_type" | "is_billable" | undefined; docnum?: string | undefined; }, { payment_method?: "Check" | "Cash" | "Dinners Club" | "American Express" | "Discover" | "MasterCard" | "Visa" | undefined; name?: string | undefined; transaction_type?: "Bill" | "Deposit" | "Estimate" | "Invoice" | "Transfer" | "CreditMemo" | "JournalEntry" | "PurchaseOrder" | "SalesReceipt" | "TimeActivity" | "VendorCredit" | "CreditCardCharge" | "Check" | "ReceivePayment" | "CreditCardCredit" | "Credit" | "BillPaymentCheck" | "BillPaymentCreditCard" | "Charge" | "Statement" | "BillableCharge" | "CashPurchase" | "CreditRefund" | "InventoryQuantityAdjustment" | "GlobalTaxPayment" | "GlobalTaxAdjustment" | "Service Tax Refund" | "Service Tax Gross Adjustment" | "Service Tax Reversal" | "Service Tax Defer" | "Service Tax Partial Utilisation" | undefined; start_date?: string | undefined; end_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; group_by?: "Name" | "Account" | "Customer" | "Employee" | "Vendor" | "Transaction Type" | "Location" | "Payment Method" | "Day" | "Week" | "Month" | "Quarter" | "Year" | "Fiscal Year" | "Fiscal Quarter" | "None" | undefined; source_account_type?: "Equity" | "Expense" | "AccountsPayable" | "AccountsReceivable" | "Bank" | "OtherCurrentAsset" | "FixedAsset" | "OtherAsset" | "CreditCard" | "OtherCurrentLiability" | "LongTermLiability" | "Income" | "CostOfGoodsSold" | "OtherIncome" | "OtherExpense" | undefined; sort_by?: "memo" | "account_name" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "tx_date" | "txn_type" | "vend_name" | "dept_name" | "cust_name" | "amount" | "emp_name" | "is_adj" | "is_cleared" | "item_name" | "quantity" | "rate" | "credit_amt" | "debt_amt" | "pmt_mthd" | "is_no_post" | "olb_status" | "nat_open_bal" | "tax_type" | "is_billable" | undefined; columns?: "memo" | "account_name" | "create_date" | "create_by" | "last_mod_date" | "last_mod_by" | "doc_num" | "tx_date" | "txn_type" | "vend_name" | "dept_name" | "cust_name" | "amount" | "emp_name" | "is_adj" | "is_cleared" | "item_name" | "quantity" | "rate" | "credit_amt" | "debt_amt" | "pmt_mthd" | "is_no_post" | "olb_status" | "nat_open_bal" | "tax_type" | "is_billable" | undefined; docnum?: string | undefined; }>; export type TransactionListWithSplitsType = z.infer;