export declare const getCueText: (element: Node) => string[]; export declare const mapCueListToState: (cueList: TextTrackCueList) => string[];