import { StateEnum } from './option/StateEnum';
/** NSX-T Edge resilience test status */
export interface NsxtEdgeResilience {
    /** State of the option */
    state: StateEnum;
}
//# sourceMappingURL=NsxtEdgeResilience.d.ts.map