import { APIState } from '../api/types'; export declare const useAPIState: (hostPath: string | null, createAPI: (path: string) => T) => [apiState: APIState, refreshAPIState: () => void]; //# sourceMappingURL=useAPIState.d.ts.map