import type { FetchOptions } from 'ofetch'; import { Http } from './http'; export declare function useHttp(options?: FetchOptions): Http;