import { TrackerCollect } from '../interface'; declare const context: (context: T) => TrackerCollect; export default context;