import Appendable from "./core/Appendable"; import { GameObjectTypeWithoutTemplate } from "../api/serializer/createObjectWithoutTemplate"; export default class Template extends Appendable { constructor(); set source(type: GameObjectTypeWithoutTemplate | Appendable); }