import { BaseExtension } from './base'; /** * Specification: https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_mesh_quantization */ export declare class KHR_mesh_quantization extends BaseExtension { }