import { hooks } from "../Hooks"; hooks.trigger({ id: "test", events: ["event1"], run: async () => { console.log("test"); }, });