variable hcimport { hc } from "https://deno.land/x/hono@v4.0.0-rc.3/client/index.ts"; type<T extends Hono<any, any, any>>(baseUrl: string, options?: ClientRequestOptions) => unknown