import type { MusicSearchService, MusicDetail, MusicInfo } from '../types.js'; import type { CredentialStore } from '../credential-store.js'; export declare class QQMusicService implements MusicSearchService { #private; constructor(credentials: CredentialStore); search(keyword: string, limit?: number): Promise; getDetail(id: string): Promise; getAudioUrl(id: string, mid?: string, mediaMid?: string): Promise; getLyric(id: string): Promise; } //# sourceMappingURL=qq.d.ts.map