import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const lineVertexShader: { name: string; shader: string; };