import { ArtistURL } from '../resources/resultTypes/artistURL.js';
import type { ArtistURLFullResult } from '../resources/etc/rawResultTypes/rawGetArtistURL.js';
/**
 * Parser to deal with the output generated by the Moosick#getArtist
 *
 * @remarks
 * Do not use this class directly, unless for tests purposes
 * @internal
 */
export declare class GetArtistParser {
    static parseArtistURLPage(context: ArtistURLFullResult): ArtistURL;
    /**
     * Parses thumbnails
     * @param musicThumbnailRenderer - Thumbnail renderer
     * @internal
     */
    private static parseMusicThumbnailRenderer;
    /**
     * Parses artist from subtitle renderer
     * @param subtitleRenderer - The subtitle run
     * @internal
     */
    private static parseArtistFromVideos;
}
//# sourceMappingURL=getArtistParser.d.ts.map