export interface ITrack {
    stop(): void;
}
//# sourceMappingURL=track.d.ts.map