import { type MutableRefObject } from 'react'; import type { StoreApi } from 'zustand'; import type { ViewportBounds } from '../../stores/viewport-store/types'; import type { ViewportStore } from '../../stores/viewport-store/createViewportStore'; import type { FetchQueue } from './types'; export declare const useCompanyIdResetEffect: (params: { enabled: boolean; store: StoreApi; queueRef: MutableRefObject; clearCache: () => void; clearTiles: () => void; handleBoundsChangeRef: MutableRefObject<(_bounds: ViewportBounds | null) => void>; }) => void; //# sourceMappingURL=useCompanyIdResetEffect.d.ts.map