import * as lib from "@clusterio/lib"; import { BaseInstancePlugin } from "@clusterio/host"; export class InstancePlugin extends BaseInstancePlugin { async init() { } async onStart() { } }