import { SupportedChainInfo, SupportedChainInfoReader, SupportedTokens } from "./types"; export declare class SupportChainInfoImpl implements SupportedTokens { readonly supportedChainInfo: SupportedChainInfo; constructor(supportedChainInfo: SupportedChainInfo); static create(supportedReader: SupportedChainInfoReader): Promise; get oraichainSupportedTokens(): string[]; networkSupportedTokens(chainId: string): string[]; }