/** List of operation type */
export declare enum OperationFunctionEnum {
    'bmc/javaKvm' = "bmc/javaKvm",
    'bmc/restart' = "bmc/restart",
    'bmc/revokeSessions' = "bmc/revokeSessions",
    'bmc/sshSol' = "bmc/sshSol",
    'bmc/testPassword' = "bmc/testPassword",
    'bmc/testPing' = "bmc/testPing",
    'bmc/testWeb' = "bmc/testWeb",
    'bmc/webKvm' = "bmc/webKvm",
    'bmc/webSol' = "bmc/webSol"
}
//# sourceMappingURL=OperationFunctionEnum.d.ts.map