interface Poolimport { type Pool } from "https://dotland.deno.dev/x/hono@v4.2.6/utils/concurrent.ts"; Methodsrun<T>(fn: () => T): Promise<T>