export { RTC } from './lib/rtc';
export { Batcher } from './lib/batcher';
export * from './lib/types';
export * from './lib/keygen';
export interface RTCServerConfig {
    httpUrl: string;
    wsUrl: string;
}
//# sourceMappingURL=index.d.ts.map