import { AbstractRendererPlugin } from '@antv/g-lite'; import type * as DeviceRenderer from '@antv/g-plugin-device-renderer'; import { WebGLRendererConfig } from '.'; export declare class ContextRegisterPlugin extends AbstractRendererPlugin { private rendererPlugin; private config; name: string; constructor(rendererPlugin: DeviceRenderer.Plugin, config: Partial); init(): void; destroy(): void; } //# sourceMappingURL=ContextRegisterPlugin.d.ts.map