export declare const stargateV2SupportedBlockchains: ("ETH" | "BSC" | "POLYGON" | "AVALANCHE" | "ARBITRUM" | "AURORA" | "OPTIMISM" | "KAVA" | "METIS" | "FLARE" | "LINEA" | "BASE" | "MANTLE" | "SCROLL" | "TAIKO" | "SEI" | "GRAVITY" | "BERACHAIN" | "UNICHAIN")[]; export type StargateV2SupportedBlockchains = (typeof stargateV2SupportedBlockchains)[number];