import { Group, Object3D } from '../../../src/Three';

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