export declare enum ExecutionPriority {
    low = "low",
    medium = "medium",
    high = "high"
}
