interface WriteMeshOptions {
    useCompression?: boolean;
    binaryFileType?: boolean;
}
export default WriteMeshOptions;
