interface OnStartimport { type OnStart } from "https://deno.land/x/tappin@0.5.0/core/hooks.ts"; onStart hook interface Methods[onStartToken](): Promise<void> | void