import type { lyricsType, trackType } from '../types'; export declare const getTrackLyrics: (track: trackType) => Promise;