import type { State } from '../types/State'; /** * React hook that provides the current Tracelet state. * Returns `null` until state is fetched. Automatically updates * when enabled/disabled state changes. */ export declare function useTraceletState(): State | null; //# sourceMappingURL=useTraceletState.d.ts.map