export declare const stargateV2BridgeToken: {
    readonly USDC: "USDC";
    readonly USDT: "USDT";
    readonly METIS: "METIS";
    readonly mUSD: "m.USDT";
    readonly ETH: "ETH";
    readonly METH: "mETH";
    readonly WETH: "WETH";
    readonly USDCe: "USDC.e";
};
export type StargateV2BridgeToken = (typeof stargateV2BridgeToken)[keyof typeof stargateV2BridgeToken];
