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