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