export default sampler2d_to_texture;
/**
 *
 * @param {Sampler2D} sampler
 * @return {DataTexture}
 */
declare function sampler2d_to_texture(sampler: Sampler2D): DataTexture;
import { Sampler2D } from "./Sampler2D.js";
import { DataTexture } from 'three';
//# sourceMappingURL=sampler2d_to_texture.d.ts.map