import type { FetchAPI, MusicKitResultWrapper } from ".."; import type { MusicVideo, MusicVideoRaw, MusicVideoRelationships, MusicVideoRelationshipsRaw } from "../types/musicvideo"; export declare class MusicVideosResource { private fetch; constructor(fetch: FetchAPI); get(storefront: string, id: string, raw: true): Promise>; get(storefront: string, id: string, raw?: false): Promise>; getByISRC(storefront: string, isrc: string, raw: true): Promise>; getByISRC(storefront: string, isrc: string, raw?: false): Promise>; } //# sourceMappingURL=musicvideos.d.ts.map