import { IAnimeInfo, IEpisodeServer, IMovieInfo, ISource, MovieParser, TvType } from '../../models'; export default class Turkish extends MovieParser { name: string; protected baseUrl: string; protected classPath: string; supportedTypes: Set; fetchMediaInfo(mediaId: string): Promise; fetchEpisodeSources(episodeId: string): Promise; fetchEpisodeServers(): Promise; search(q: string): Promise; }