/** * Function to preload an image into the browser cache. * @param src source of the image. */ export declare function preloadImage(src: string): Promise;