/** * Class used to store configuration of the 3MF Serializer */ export declare class ThreeMfSerializerGlobalConfiguration { /** * Url to use to load the fflate library (for zip compression) */ static FFLATEUrl: string; }