import { type ClientRequestOptions } from "https://deno.land/x/hono@v4.3.2/client/index.ts";
definition: { fetch?: fetch | HonoRequest; init?: RequestInit; } & (keyof T extends never ? { headers?: Record<string, string> | (() => Record<string, string> | Promise<Record<string, string>>); } : { headers: T | (() => T | Promise<T>); })