export declare class Utils {
    static setTimeoutPromise(ms: number): Promise<{}>;
    static urlToSerieID(url: string): number;
}
