export declare class GetDashboardStatsDto {
    startDate?: string;
    endDate?: string;
}
