/**
 *
 * @param {number} resolution
 * @returns {DataTexture}
 */
export function makeOctahedralDepthAtlas(resolution?: number): DataTexture;
import { DataTexture } from "three";
//# sourceMappingURL=makeOctahedralDepthAtlas.d.ts.map