export declare class FetchUrls {
    errorMessage: string;
    constructor();
    getError(): string;
    fetch(url: string, outputPath: string): boolean;
}
