import type { TrackWithHash } from '../../helpers/get-timeline-sequence-sort-key';
export declare const isTrackHidden: (track: TrackWithHash) => boolean;
