import { type InferRequestOptionsType } from "https://deno.land/x/hono@v3.10.2/client/types.ts";
definition: T extends (args: any, options: infer R) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
import { type InferRequestOptionsType } from "https://deno.land/x/hono@v3.10.2/client/types.ts";