declare enum StripePayoutType {
    CARD = "card",
    BANK_ACCOUNT = "bank_account"
}
export { StripePayoutType as default };
