/// import { createScope } from './createScope'; export { createScope }; declare const Tracker: (props: { children: import("react").ReactNode; }) => import("react").JSX.Element, useReporter: import("./createUseReporter").ReporterHook, useReportedValues: () => Reported[]; export { Tracker, useReporter, useReportedValues }; export declare type Reported = [string, Value]; //# sourceMappingURL=index.d.ts.map