import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
// third party scope
import * as minio from 'minio';
export {
minio
};