import { StargateV2BridgeToken } from './stargate-v2-bridge-token'; import { StargateV2SupportedBlockchains } from './stargate-v2-cross-chain-supported-blockchains'; type StargateV2TokenAddress = Record>>; export declare const stargateV2TokenAddress: StargateV2TokenAddress; export {};