import SpeckleDepthMaterial from './SpeckleDepthMaterial.js'; declare class SpeckleDepthNormalMaterial extends SpeckleDepthMaterial { protected get vertexProgram(): string; protected get fragmentProgram(): string; } export default SpeckleDepthNormalMaterial;