export declare function useSessionTracker(apiKey: string): {
    stop: () => void;
};
