export class Unit extends Parent { make(): any; unmake(): any; getUnit(): any; getUnitUniforms(): any; } import { Parent } from "./parent.js";