import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class ChannelsChannelEpisodes extends ClientSDK { /** * List Channel Episodes by Channel * * @remarks * Lists Channel Episodes belonging to the channel passed in the path. * * ## Requires api token with one of the following permissions * ``` * Read all folder and media data * ``` */ list(request: operations.GetChannelsChannelHashedIdChannelEpisodesRequest, options?: RequestOptions): Promise>; } //# sourceMappingURL=channelschannelepisodes.d.ts.map