import { AbstractRendererPlugin, type GlobalRuntime } from '../..'; import { ImagePool, type ImageCache } from './ImagePool'; export { ImagePool, type ImageCache }; export declare class Plugin extends AbstractRendererPlugin { name: string; init(runtime: GlobalRuntime): void; destroy(): void; } //# sourceMappingURL=index.d.ts.map