import ChatExchangeError from "./ChatExchangeError"; export declare class InternalError extends ChatExchangeError { } export default InternalError;