import { Group, Object3D } from "three";

export namespace LDrawUtils {
    function mergeObject(object: Object3D): Group;
}
