import { UseHttpClientReturn } from './types';
export declare const useHttpClient: () => UseHttpClientReturn;
