/** * API Hooks Module * React hooks for data fetching and monitoring */ export { createApiQuery, createApiMutation } from './factories/index'; export { useApiConfigConflicts } from './useApiConfigConflicts'; export { useApiDebugInfo } from './useApiDebugInfo'; export { useApiMonitor } from './useApiMonitor'; export { useApiNetworkQuality } from './useApiNetworkQuality'; //# sourceMappingURL=index.d.ts.map