import type { FetchAPI, MusicKitResultWrapper } from ".."; import type { Artist, ArtistRaw } from "../types/artist"; export declare class ArtistsResource { private fetch; constructor(fetch: FetchAPI); get(storefront: string, id: string, raw: true): Promise>; get(storefront: string, id: string, raw?: false): Promise>; } //# sourceMappingURL=artists.d.ts.map