/**
*
* This is the main exported module, it just exports
* the api, config and tasks modules
*
* @author Alan Rodas Bonjour <alanrodas@gmail.com>
*/export * as api from'./API';
export { config } from'./Config';
export * as tasks from'./Tasks';
//# sourceMappingURL=index.d.ts.map