aboutsummaryrefslogtreecommitdiff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts14
1 files changed, 3 insertions, 11 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts
index 735129e..4d2aad7 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -1,13 +1,5 @@
-import { ActivityManager } from "./activity-manager";
-import { Message } from "./message";
-import { Method } from "./method";
import { Service } from "./service";
-import { Subscription } from "./subscription";
-export {
- ActivityManager,
- Message,
- Method,
- Service,
- Subscription,
-};
+declare module "webos-service" {
+ export = Service;
+}