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