/** Different test can be made on IPMI interface */
export declare enum IpmiTestTypeEnum {
    'http' = "http",
    'password' = "password",
    'ping' = "ping"
}
//# sourceMappingURL=IpmiTestTypeEnum.d.ts.map