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