import { Collection } from '../../data';
export declare function useTracker<T = any>(func: () => Promise<T>, collections: Collection[], deps?: any[]): T;
