/** Base URL for token/chain icons hosted on the SDK CDN. */ export declare const SDK_CDN_IMAGES_URL = "https://sdk-cdn.fun.xyz/images"; export declare const toChainCdnKey: (name: string) => string; /** Derives the SDK CDN icon URL for a chain from its display name. */ export declare const getChainIconUrl: (chainName: string) => string; //# sourceMappingURL=chainIconUrl.d.ts.map