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