export declare type ReturnType = {
    resultCount: number;
    results: any[];
};
export declare type EntityType = "album" | "allArtist" | "allTrack" | "audiobook" | "audiobookAuthor" | "ebook" | "iPadSoftware" | "macSoftware" | "mix" | "movie" | "movieArtist" | "musicArtist" | "musicTrack" | "musicVideo" | "podcast" | "podcastAuthor" | "shortFilm" | "shortFilmArtist" | "software" | "song" | "tvEpisode" | "tvSeason";
export declare type AttributeType = "actorTerm" | "albumTerm" | "allArtistTerm" | "allTrackTerm" | "artistTerm" | "authorTerm" | "composerTerm" | "descriptionTerm" | "directorTerm" | "featureFilmTerm" | "genreIndex" | "keywordsTerm" | "languageTerm" | "mixTerm" | "movieArtistTerm" | "movieTerm" | "producerTerm" | "ratingIndex" | "ratingTerm" | "releaseYearTerm" | "shortFilmTerm" | "showTerm" | "softwareDeveloper" | "songTerm" | "titleTerm" | "tvEpisodeTerm" | "tvSeasonTerm";
//# sourceMappingURL=types.d.ts.map