export declare function getCurrentTrackImageUrl(currentTrackId: string): Promise<string | undefined>;
