export declare enum TokenType {
    ERC20 = "erc20",
    TRC20 = "trc20",
    SPL = "spl",
    SUI = "sui"
}
//# sourceMappingURL=TokenType.d.ts.map