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