import type { ImageContainer, ImageEngine } from "./types.js"; import type { IContainerPlugin } from "@tsparticles/engine"; export declare class ImagePreloaderInstance implements IContainerPlugin { #private; constructor(engine: ImageEngine, container: ImageContainer); destroy(): void; }