export declare const DEFAULT_USAGE_QUERY_PAYLOAD: { aggregation: string; timeGroupingInterval: string; take: { limit: number; isAscending: boolean; }; groupBy: string[]; }; export declare const ORDER_DATA_BAR_GRAPH_OPTIONS: { responsive: boolean; interaction: { intersect: boolean; mode: "index"; }; plugins: { legend: { onClick: () => void; position: "bottom"; labels: { boxWidth: number; padding: number; usePointStyle: boolean; }; }; title: { display: boolean; }; }; scales: { y: { beginAtZero: boolean; grid: { color: string; borderDash: number[]; }; stacked: boolean; ticks: { color: string; font: { size: number; }; }; }; x: { beginAtZero: boolean; stacked: boolean; grid: { color: string; }; ticks: { maxRotation: number; minRotation: number; color: string; font: { size: number; }; }; }; }; maintainAspectRatio: boolean; }; export declare const ORDER_TABLE_COLUMNS: Array<{ alignment: "left" | "right" | "center"; className?: string; id: string; label: string; }>;