import { DepthTexture } from "three"; export default function (depthTexture: DepthTexture): import("../shaders").Shader<{ u_depth: { type: "sampler2D"; value: DepthTexture; }; }, import("../shaders").Varyings, import("../shaders").Attributes>;