///
///
export declare const health: {
addPanelUser: typeof ty.health.addPanelUser;
updatePanelUser: typeof ty.health.updatePanelUser;
deletePanelUser: typeof ty.health.deletePanelUser;
getPanelUserList: typeof ty.health.getPanelUserList;
getDefaultAvatarList: typeof ty.health.getDefaultAvatarList;
reportPanelBpgData: typeof ty.health.reportPanelBpgData;
reportSingleBpgData: typeof ty.health.reportSingleBpgData;
updateBpgDataRemark: typeof ty.health.updateBpgDataRemark;
deleteBpgData: typeof ty.health.deleteBpgData;
getBpgDataHistory: typeof ty.health.getBpgDataHistory;
getBpgDataTrendLatest: typeof ty.health.getBpgDataTrendLatest;
getBpgDataLevnum: typeof ty.health.getBpgDataLevnum;
getBpgDataTrend: typeof ty.health.getBpgDataTrend;
getBpgDataDays: typeof ty.health.getBpgDataDays;
getBpgDataUnallocated: typeof ty.health.getBpgDataUnallocated;
updateBpgDataUnallocated: typeof ty.health.updateBpgDataUnallocated;
deleteBpgDataUnallocated: typeof ty.health.deleteBpgDataUnallocated;
};