import { Exception } from "../Exception"; export declare class RequestTimeoutException extends Exception { constructor(message: string); }