export declare enum SyncTaskStatusEnum { IN_PROGRESS = "IN_PROGRESS", FAILED = "FAILED", SUCCEEDED = "SUCCEEDED" }