import type { Material } from "@aura3d/rendering"; import type { ProductAsset, ProductMaterialMode, ProductMaterialModeId } from "./ProductTypes"; export declare function createProductMaterialMode(id?: ProductMaterialModeId): ProductMaterialMode; export declare function applyProductMaterialMode(asset: ProductAsset, mode: ProductMaterialMode): ReadonlyMap; //# sourceMappingURL=ProductMaterials.d.ts.map