export declare const useHttp: (url: string, shouldMakeCall?: boolean, isExternal?: boolean) => [T, boolean, boolean];