import { Text } from "@codemirror/state"; export declare const linesAndLengths: (timelineString: string | string[] | Text) => { lines: string[]; lengthAtIndex: number[]; };