import { JDEventSource } from "./eventsource"; /** * Base class for clients * @category Clients */ export declare class JDClient extends JDEventSource { private unsubscribers; protected unmounted: boolean; constructor(); protected log(msg: any, arg?: any): void; mount(unsubscribe: () => void): () => void; unmount(): void; } //# sourceMappingURL=client.d.ts.map