export declare function isImageCached(url: string): Promise<boolean>;
