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