export declare class FollowupCountDto { upComingCount?: number; cancelledCount?: number; unCancelledCount?: number; successCount?: number; }