/** * @deprecated 已迁移到iaas * 获取 instance_category 标签信息 */ export declare const useInstanceCategoryLabel: () => (instance_category: string | undefined) => { name: string; value: string; description: string | undefined; } | undefined;