import { Track } from 'shoukaku'; import { KazagumoTrack } from '../Managers/Supports/KazagumoTrack'; export declare class KazagumoUtils { static convertKazagumoTrackToTrack(track: KazagumoTrack | Track): Track; } export type Constructor = new (...args: any[]) => T;