declare const health: {
    getGroupsAll: (pageNum: number, pageSize: number) => Promise<any>;
};
export default health;
export { health };
