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