export type environmentType = { id: string; name: string; path: string | null; format: string; }; export declare function setHDRFilePath(url: string): void; export declare const environments: Array;