import type { dh } from '@deephaven/jsapi-types'; /** * Retrieve the API for the current context. * @returns The API instance from the nearest ApiContext.Provider, or throws if none is set */ export declare function useApi(): typeof dh; export default useApi; //# sourceMappingURL=useApi.d.ts.map