import BotchedError from '../BotchedError'; export declare class RequestTimeout extends BotchedError { /** * @override */ static statusCode: number; static title: string; }