import { z } from "zod"; export declare const inventory_valuation_summary: z.ZodObject<{ qzurl: z.ZodOptional>; } & { date_macro: z.ZodOptional>; } & { item: z.ZodOptional]>>; } & { report_date: z.ZodOptional>; } & { sort_order: z.ZodOptional>; } & { summarize_column_by: z.ZodOptional>; }, "strip", z.ZodTypeAny, { item?: string | string[] | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; qzurl?: "true" | "false" | 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; }, { item?: string | string[] | undefined; report_date?: string | undefined; sort_order?: "ascend" | "descend" | undefined; qzurl?: "true" | "false" | 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; }>; export type InventoryValuationSummaryType = z.infer;