/** Diagnostic robot possible actions */
export declare enum RobotActionsEnum {
    'alignmentLockTest' = "alignmentLockTest",
    'alignmentResetTest' = "alignmentResetTest",
    'alignmentTestResult' = "alignmentTestResult",
    'checkCustomerTicket' = "checkCustomerTicket",
    'checkIfAccessPing' = "checkIfAccessPing",
    'checkIfResolvedAfterConnectionTests' = "checkIfResolvedAfterConnectionTests",
    'checkIfResolvedAfterInstallationCheck' = "checkIfResolvedAfterInstallationCheck",
    'checkIfResolvedAfterTests' = "checkIfResolvedAfterTests",
    'checkIfSeveralConnections' = "checkIfSeveralConnections",
    'checkInstallation' = "checkInstallation",
    'checkProblem' = "checkProblem",
    'checkSynchronizationWithoutOtherModems' = "checkSynchronizationWithoutOtherModems",
    'customerPrelocChecks' = "customerPrelocChecks",
    'findProblem' = "findProblem",
    'installationCheck' = "installationCheck",
    'lockUnlock' = "lockUnlock",
    'needToRequestMonitoring' = "needToRequestMonitoring",
    'needToRequestOperatorIntervention' = "needToRequestOperatorIntervention",
    'needToRequestOvhIntervention' = "needToRequestOvhIntervention",
    'requestMonitoring' = "requestMonitoring",
    'requestOperatorIntervention' = "requestOperatorIntervention",
    'requestOvhIntervention' = "requestOvhIntervention",
    'seltTest' = "seltTest"
}
//# sourceMappingURL=RobotActionsEnum.d.ts.map