import { Object3D } from "three"; import { Entity } from "../DatabaseServices/Entity/Entity"; export declare const ShowObjectsFunctionList: ((ens: (Entity[]) | Object3D[]) => void)[]; export declare function ShowSelectObjects(ens: (Entity[]) | Object3D[]): void; //# sourceMappingURL=ShowSelectObjects.d.ts.map