import { DataTexture, Loader } from "three"; export class IESLoader extends Loader { parse(text: string): DataTexture; }