/** * 资源统计 */ declare class Stat { request: any; constructor(props: any); getResourceStat: (resIds: any) => Promise; } export default Stat;