import type { Nullable } from "../../types"; import { WebGPUCacheRenderPipeline } from "./webgpuCacheRenderPipeline"; /** * Class not used, WebGPUCacheRenderPipelineTree is faster * @internal */ export declare class WebGPUCacheRenderPipelineString extends WebGPUCacheRenderPipeline { private static _Cache; protected _getRenderPipeline(param: { token: any; pipeline: Nullable; }): void; protected _setRenderPipeline(param: { token: any; pipeline: Nullable; }): void; }