export declare enum WorkflowVariableScopeEnum {
    DEFAULT = "DEFAULT",
    SPECIFIC = "SPECIFIC"
}
