export declare enum IntegrationStatus { PENDING = "pending", ONGOING = "ongoing", ERROR = "error", DONE = "done" }