import { FetchState } from './useFetch'; interface PatchOptions extends Omit { } export declare const usePatch: (url: string | null | undefined, options?: PatchOptions) => FetchState; export {};