/**
 *
 * @param {Sampler2D} sampler
 * @returns {DataTexture}
 */
export function sampler2d_to_float32_texture(sampler: Sampler2D): DataTexture;
import { DataTexture } from "three";
//# sourceMappingURL=sampler2d_to_float32_texture.d.ts.map