/**
 * @module payoutMethod
 * @description A list of payment methods
 */
export declare const payoutMethod: readonly ["card", "eft", "wallet", "cash", "voucher", "other"];
export declare type PayoutMethod = (typeof payoutMethod)[number];
