export declare const testnetTokens: {
    ETH: import("..").SupportedTokenType;
    BUSD: import("..").SupportedTokenType;
    DAI: import("..").SupportedTokenType;
    USDT: import("..").SupportedTokenType;
    EMMET: import("..").SupportedTokenType;
};
export declare const mainnetTokens: {};
