/** Hypervisor and their availability */
export interface HostStockHypervisor {
    /** Number of available hypervisors */
    value: number;
    /** Version of hypervisor */
    version: string;
}
//# sourceMappingURL=HostStockHypervisor.d.ts.map