import { Track } from './types'; export declare const TRACKS: { [index: number]: Track; };