import type { Hono } from '../hono'; import type { UnionToIntersection } from '../utils/types'; import type { Client, ClientRequestOptions } from './types'; export declare const hc: >(baseUrl: string, options?: ClientRequestOptions) => UnionToIntersection>;