import { z } from "zod"; export declare const columnTypes: readonly ["account", "amount", "operating_activities", "investing_activities", "financing_activities", "net_change", "beginning_balance", "ending_balance"]; export declare const class_sales: z.ZodObject<{ customer: z.ZodOptional]>>; } & { class: z.ZodOptional]>>; } & { item: z.ZodOptional]>>; } & { department: z.ZodOptional]>>; } & { summarize_column_by: z.ZodOptional>; } & { accounting_method: z.ZodOptional>; } & { date_macro: z.ZodOptional>; } & { start_date: z.ZodOptional>; end_date: z.ZodOptional>; }, "strip", z.ZodTypeAny, { class?: string | string[] | undefined; customer?: string | string[] | undefined; department?: string | string[] | undefined; item?: string | string[] | undefined; start_date?: string | undefined; end_date?: string | 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; summarize_column_by?: "Week" | "Month" | "Quarter" | "Year" | "Total" | "Days" | "Customers" | "Vendors" | "Classes" | "Departments" | "Employees" | "ProductsAndServices" | undefined; accounting_method?: "Cash" | "Accrual" | undefined; }, { class?: string | string[] | undefined; customer?: string | string[] | undefined; department?: string | string[] | undefined; item?: string | string[] | undefined; start_date?: string | undefined; end_date?: string | 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; summarize_column_by?: "Week" | "Month" | "Quarter" | "Year" | "Total" | "Days" | "Customers" | "Vendors" | "Classes" | "Departments" | "Employees" | "ProductsAndServices" | undefined; accounting_method?: "Cash" | "Accrual" | undefined; }>; export type ClassSalesType = z.infer;