/** * Convert a youtube video to track by video id * @param {String} id - video id */ export declare const track2deezer: (id: string) => Promise;