import { UserMonthlyReportRO } from '@escapenavigator/types/dist/user/reports/user-monthly-report.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { startDate: string; endDate: string; userId?: string; }; type ResponseData = UserMonthlyReportRO[]; export declare const userMonthlyReport: ApiMethodDeclaration; export {};