import { RobotsError } from './RobotsError'; export declare class InvalidUrlError extends RobotsError { constructor(details: string); }