declare function _exports(config: any): { net: (options?: {}) => Promise; sys: (options?: {}) => Promise; cmds: (options?: {}) => Promise; }; export = _exports; //# sourceMappingURL=index.d.ts.map