import type { SessionState } from "../RunningKit.types"; export declare function useSession(): { sessionState: SessionState; sessionStateRef: import("react").RefObject; duration: number; durationRef: import("react").RefObject; resetSession: () => void; }; //# sourceMappingURL=useSession.d.ts.map