export declare enum BackgroundJobPollingStatus {
    STOPPED = "stopped",
    RUNNING = "running",
    FAILURE = "failure"
}
//# sourceMappingURL=BackgroundJobPollingStatus.d.ts.map