import { StateEnum } from './option/StateEnum';
/** VMware NSX-V option */
export interface Nsx {
    /** State of the option */
    state: StateEnum;
    /** Url of the NSX API */
    url?: string;
}
//# sourceMappingURL=Nsx.d.ts.map