import { EnvMapMappingTypesName } from '../Constants'; export type TEnvMapTextureOptions = Readonly<{ mapping?: EnvMapMappingTypesName; }>;