export function isMergedHostViewBom(bomJson: any): any;
export function getHostViewSummary(bomJson: any): {
    linkedHardwareComponentCount: number;
    linkedRuntimeCategories: any;
    mode: any;
    runtimeAnchorCount: number;
    runtimeComponentCount: number;
    topologyLinkCount: number;
};
export function applyHostInventoryTopology(bomJson: any): any;
export function mergeHostInventoryBoms(hbomJson: any, obomData: any): any;
//# sourceMappingURL=hostTopology.d.ts.map