declare function _exports(config: any): { add: (path: any, options?: {}) => Promise; addAll: (source: any, options?: {}) => AsyncGenerator; ls: (options?: {}) => AsyncGenerator<{ type: any; cid: import("cids"); }, void, unknown>; rm: (path: any, options?: {}) => Promise; rmAll: (source: any, options?: {}) => AsyncGenerator; remote: Remote; }; export = _exports; import Remote = require("./remote"); //# sourceMappingURL=index.d.ts.map