export * as promiseAuto from 'promises-utils.auto';
export * as promiseThrottle from 'promises-utils.throttle';
export * as promiseWait from 'promises-utils.wait';
export * as promiseWaterfall from 'promises-utils.waterfall';
