import { NetworkIdType } from '../Network'; import { AddressSystemType } from '../Address'; export declare function formatBitcoinTokenAddress(address: string): string; export declare function formatMoveTokenAddress(address: string): string; export declare function formatEvmTokenAddress(address: string): string; export declare function formatSolanaTokenAddress(address: string): string; export declare function formatSeiTokenAddress(address: string): string; export declare function formatTokenAddress(address: string, networkId: NetworkIdType): string; export declare function formatTokenAddressFromAddressSystem(address: string, addressSystem: AddressSystemType): string;