import { WildduckException } from "./http.exception"; export declare class WildduckTimeoutException extends WildduckException { constructor(url: string, stack: any); }