export declare enum HandlInstEnum {
    AutomatedExecutionNoIntervention = 1,
    AutomatedExecutionInterventionOK = 2,
    ManualOrder = 3
}
