export declare const TITLE_SELECTOR = "h1.title-bg-wrap"; export declare const ORIGINAL_TITLE_SELECTOR = "p.more-details:nth-child(1)"; export declare const PLOT_SELECTOR = "span.desc-single-serie:nth-child(3)"; export declare const GENRE_SELECTOR = "p.more-details:nth-child(2)"; export declare const POSTER_SELECTOR = "img.hidden-xs"; export declare const FANART_SELECTOR = ".anystretch > img:nth-child(1)"; export declare const YEAR_SELECTOR = "p.more-details:nth-child(6)"; export declare const SEASONS_SELECTOR = "select.form-control";