import type { TranscriptState } from "./transcript-types.js"; export declare function transcriptFollowKey(state: TranscriptState, running: boolean): string;