export declare class RequestTimeoutError extends Error { name: string; timeoutMs: number; constructor(message: string, timeoutMs: number); }