import "./ShadersInclude/bonesDeclaration"; import "./ShadersInclude/bakedVertexAnimationDeclaration"; import "./ShadersInclude/morphTargetsVertexGlobalDeclaration"; import "./ShadersInclude/morphTargetsVertexDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/pointCloudVertexDeclaration"; import "./ShadersInclude/morphTargetsVertexGlobal"; import "./ShadersInclude/morphTargetsVertex"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/bonesVertex"; import "./ShadersInclude/bakedVertexAnimation"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/pointCloudVertex"; /** @internal */ export declare const depthVertexShader: { name: string; shader: string; };