import { Global } from '@nativecode/media-cli'; import { Arguments, CommandModule } from 'yargs'; export interface EpisodeOptions extends Global { showId: string; seasons: string[]; } export declare class EpisodesCommand implements CommandModule<{}, EpisodeOptions> { aliases: string[]; command: string; handler: (args: Arguments) => Promise; } declare const _default: EpisodesCommand; export default _default; //# sourceMappingURL=episodes.d.ts.map