import { StateEnum } from './option/StateEnum';
/** Host resilience test status */
export interface HostResilience {
    /** State of the option */
    state: StateEnum;
}
//# sourceMappingURL=HostResilience.d.ts.map