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