export declare enum JobSupport { UNSUPPORTED = "Unsupported", UNAVAILABLE = "Unavailable", AVAILABLE = "Available" }