import { OrdersReportRO } from '@escapenavigator/types/dist/statistics/bookings'; import { DashboardQueryDto } from '@escapenavigator/types/dist/statistics/pnl'; import { ApiMethodDeclaration } from '..'; type ParamsData = { data: DashboardQueryDto; }; type ResponseData = OrdersReportRO; export declare const ordersReport: ApiMethodDeclaration; export {};