declare enum PayoutMethodType {
    CARD = "card",
    BANK_ACCOUNT = "bankAccount"
}
export { PayoutMethodType as default };
