import type { Device, Texture } from '@antv/g-device-api'; import type { RGRenderTargetDescription } from './RenderTargetDescription'; export declare class TemporalTexture { private inputTexture; private outputTexture; setDescription(device: Device, desc: Readonly): void; getTextureForSampling(): Texture | null; getTextureForResolving(): Texture; destroy(): void; } //# sourceMappingURL=TemporalTexture.d.ts.map