import { GlTF } from "../types/gltf/glTF"; export declare function gltfToObjs(gltf: GlTF): string[];