import * as THREE from 'three'; import { IGroup } from '../../model/common/IGroup'; export declare class Group extends THREE.Group implements IGroup { children: any; constructor(name: string); init(): void; Start(): void; Update(): void; cleanup(): void; }