export declare enum EPowSolverWorkerStatus {
    FAILED = "failed",
    PROGRESS = "progress",
    SUCCESS = "success"
}
