import type { TranscriptStore } from "../state/transcript-store.js"; import type { TranscriptState } from "../state/transcript-types.js"; export declare function useTranscriptState(store: TranscriptStore): TranscriptState;