export declare type CashSalesOverviewModel = { date: string; id: string; amount: number; amount_retail: number; amount_whole: number; };