/**
 * Imports an HDR image file.
 *
 * @remarks
 * Performance tip: If possible, try to set min filter to LinearFilter in order to avoid the generation of mipmaps.
 * [https://discourse.threejs.org/t/threejs-app-performance-point-click-game/18491](https://discourse.threejs.org/t/threejs-app-performance-point-click-game/18491)
 */
declare const ImageHDRCopNode_base: typeof import("./utils/image/_BaseImage").copImageNodeFactoryFactoryResult;
export declare class ImageHDRCopNode extends ImageHDRCopNode_base {
}
export {};
