import ServiceBase from '../base'; declare class ActivityService extends ServiceBase { getBusinessPage: (data: any) => Promise<{}>; getBusinessStats: (data: any) => Promise<{}>; getBusinessStatsByModules: () => Promise<{}>; getSystemPage: (data: any) => Promise<{}>; getSystemStats: (data: any) => Promise<{}>; exportSystem: () => Promise<{}>; exportBusiness: () => Promise<{}>; getActivityPage: (data: any) => Promise<{}>; } export { ActivityService }; //# sourceMappingURL=activity.d.ts.map