import { NetworkIdType } from '@sonarwatch/portfolio-core'; import { Cache } from '../../Cache'; export declare const nftImagesUndefinedValue = "undefined"; export declare function getImagefromUri(uri: string | undefined, networkId: NetworkIdType, cache: Cache): Promise; export declare const imageExtensions: string[]; export declare function getImagefromHttpUrl(url: string): Promise; export declare function getImagefromIpfsUrl(url: string): Promise;