export declare enum JunoIntegrationStatus { PENDING = "pending", ON_GOING = "onGoing", APPROVED = "approved" }