import { Exception } from "./exception"; /** * Transport error. * @public */ export declare class TransportError extends Exception { constructor(message?: string); } //# sourceMappingURL=transport-error.d.ts.map