declare function _exports(config: any): { ls: (options?: {}) => Promise; peers: (topic: any, options?: {}) => Promise; publish: (topic: any, data: any, options?: {}) => Promise; subscribe: (topic: any, handler: any, options?: {}) => Promise; unsubscribe: (topic: any, handler: any) => Promise; }; export = _exports; //# sourceMappingURL=index.d.ts.map