import { Reject } from '@tf2pickup-org/mumble-protocol'; export declare class ConnectionRejectedError extends Error { readonly reject: Reject; constructor(reject: Reject); }