import { TTextureService } from '../../Texture'; export type TMaterialConfigToParamsDependencies = Readonly<{ textureService: TTextureService; }>;