import type { GLTFWithBuffers } from "../types/gltf-types.js"; import type { ParseGLTFOptions } from "../parsers/parse-gltf.js"; import type { GLTFPostprocessed } from "../types/gltf-postprocessed-schema.js"; export declare function postProcessGLTF(gltf: GLTFWithBuffers, options?: ParseGLTFOptions): GLTFPostprocessed; //# sourceMappingURL=post-process-gltf.d.ts.map