import type { IMmdMaterialProxyConstructor } from "./IMmdMaterialProxy"; /** * Globally shared MMD runtime settings * * This class is used to share settings across the MMD runtime */ export declare class MmdRuntimeShared { /** * Default value of `IMmdModelCreationOptions.materialProxyConstructor` */ static MaterialProxyConstructor: IMmdMaterialProxyConstructor | null; }