import { Texture, WebGLRenderer } from "three";
export declare function loadPMREM(url: string, renderer: WebGLRenderer): Promise<Texture | null>;
