import type { Texture } from '@pixi/core'; import type { Renderer } from 'pixi.js'; export declare function panoramaToCubeMap(panoramaTexture: Texture, renderer: Renderer, size?: number): Texture; //# sourceMappingURL=panoramaToCubeMap.d.ts.map