/**
 * 资源工具类型
 */
export declare enum ResToolType {
    /**
     * 机架设备
     */
    RackMounted = 1,
    /**
     * 板卡
     */
    BoardCard = 2,
    /**
     * 档案盒
     */
    ArchiveBox = 4
}
