/**
 *
 * @param {Texture} texture
 * @param {number} [width]
 * @param {number} [height]
 * @param {boolean} [flipY]
 * @return {Sampler2D}
 */
export function convertTexture2Sampler2D(texture: Texture, width?: number, height?: number, flipY?: boolean): Sampler2D;
import { Sampler2D } from "./Sampler2D.js";
//# sourceMappingURL=convertTexture2Sampler2D.d.ts.map