import { RobotsError } from './RobotsError'; export declare class RobotsDeniedError extends RobotsError { constructor(url: string, userAgent: string); }