declare enum PayoutMethod {
    STANDARD = "standard",
    INSTANT = "instant"
}
export { PayoutMethod as default };
