import { ImageEntity } from '../../new-ui/types/store';
export declare function preloadImage(url: string): () => void;
export declare function preloadImageEntity(image: ImageEntity): () => void;
