import { AlbumURL } from '../resources/resultTypes/albumURL.js';
import type { AlbumURLFullResult } from '../resources/etc/rawResultTypes/rawGetAlbumURL.js';
/**
 * Parser to deal with the output generated by the Moosick#getAlbum
 *
 * @remarks
 * Do not use this class directly, unless for tests purposes
 * @internal
 */
export declare class GetAlbumParser {
    /**
     * Parses the object provided by Moosick#getAlbum
     * @param context - The return results from axios
     */
    static parseAlbumURLPage(context: AlbumURLFullResult): AlbumURL;
    private static playlistURLHeaderParser;
}
//# sourceMappingURL=getAlbumParser.d.ts.map