import type { ApiClient } from "@promobase/sdk-runtime"; export interface AudioIsrcFields { all_kg_featured_artists: string; all_kg_main_artists: string; artist_profile_picture_url: string; id: string; isrc: string; publishing_rights_data: Record; top_searchable_artist_id: string; top_searchable_artist_name: string; top_searchable_artist_profile_pic_url: string; } export declare function audioIsrcNode(client: ApiClient, id: string): { __path: string; __brand: AudioIsrcFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=audio-isrc.d.ts.map