import { Track } from 'shoukaku'; import { KazagumoTrack } from '../Managers/Supports/KazagumoTrack'; export declare class KazagumoUtils { static convertKazagumoTrackToTrack(track: KazagumoTrack | Track): Track; }