import { Http } from '../helpers/Http'; import { Show, SimplifiedShow } from '../types/SpotifyObjects'; import { GetShowEpisodesOptions, MarketOptions } from '../types/SpotifyOptions'; import { GetShowEpisodesResponse } from '../types/SpotifyResponses'; export declare class ShowsApi { private http; constructor(http: Http); getShow(showId: string, options?: MarketOptions): Promise; getShowEpisodes(showId: string, options?: GetShowEpisodesOptions): Promise; getShows(showIds: string[], options?: MarketOptions): Promise>; } //# sourceMappingURL=ShowsApi.d.ts.map