import { Source } from "../enums"; export declare function guessSourceTypeByUrl(url: string): Source.IMDB | Source.Unknown;