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