import type { GLTF } from "../../types/gltf-json-schema.js"; export declare const name = "KHR_materials_unlit"; export declare function decode(gltfData: { json: GLTF; }): Promise; export declare function encode(gltfData: any): void; //# sourceMappingURL=KHR_materials_unlit.d.ts.map