declare enum PaymentAppConnectorState {
    ACTIVE = "ACTIVE",
    DELETED = "DELETED"
}
export { PaymentAppConnectorState };
