import { Logger } from "log4js"; export declare class MdkLocalException { static readonly TYPE_A_INTERNAL_ERROR: string; static readonly SOCKET_FACTORY_CREATION_ERROR: string; static readonly TYPE_B_INTERNAL_ERROR: string; static readonly GW_CONNECT_ERROR: string; static readonly SERVER_TIMEOUT: string; static readonly SOCKET_IO_ERROR: string; static readonly INTERNAL_SERVER_ERROR: string; static readonly BAD_GW: string; static readonly SERVICE_UNAVAILABLE: string; static readonly TYPE_F_INTERNAL_ERROR: string; private _logger; private readonly _error; private readonly _errorCode; private _errorMessage; constructor(logger: Logger, errorCode: string, replaceStr?: Array, error?: Error); get errorMessage(): string; get errorCode(): string; private setErrorMessage; }