declare function _exports(config: any): { cancel: (name: any, options?: {}) => Promise; state: (options?: {}) => Promise; subs: (options?: {}) => Promise; }; export = _exports; //# sourceMappingURL=index.d.ts.map