import { ImagePoolInterface } from './ImagePoolInterface'; export declare class ImagePool { static getInstance(): ImagePoolInterface; private static instance; }