import { InternalServerException } from './internal.exception'; export declare class InvalidClientConfigException extends InternalServerException { constructor(msg: string, error: any); } export declare class ClientConnectException extends InternalServerException { constructor(msg: string, error: any); } //# sourceMappingURL=client.exception.d.ts.map