variable hcimport { hc } from "https://dotland.deno.dev/x/hono@v4.1.0/mod.ts"; type<T extends Hono<any, any, any>>(baseUrl: string, options?: ClientRequestOptions) => unknown