import type { TrackEntry } from './segments/all-segments'; export declare const getAudioDescription: (track: TrackEntry) => undefined | Uint8Array;