import { XtbApiError } from "./XtbApiError";
export declare class XtbLoginError extends XtbApiError {
    constructor(message: string, errorCode?: string);
}
