export declare enum TransactionMethod { CC = "CC", COD = "COD", CHECK = "CHECK", BANK_WIRE = "BANK_WIRE", OTHER = "OTHER" }