export default getTrackByUid;
/**
 * Return the track object for the track corresponding to this uid
 *
 * Null or undefined if none.
 */
declare function getTrackByUid(tracks: any, uid: any): null;
