import { StateEnum } from './option/StateEnum';
/** VMware Hybrid Cloud Extension option */
export interface Hcx {
    /** Build of the VMware Hybrid Cloud Extension */
    build?: string;
    /** State of the option */
    state: StateEnum;
    /** Version of the VMware Hybrid Cloud Extension */
    version?: string;
}
//# sourceMappingURL=Hcx.d.ts.map