/** * Tracks stores accessed during function execution and subscribes to them. * Returns an array of unsubscribe functions. */ export declare function trackAndSubscribe(fn: () => any, onSubscribe: (store: any, runFn: () => void) => void, runFn: () => void): any; //# sourceMappingURL=trackAndSubscribe.d.ts.map