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