export = promiseAll;
/**
 * @name promiseAll
 *
 * @synopsis
 * promiseAll(Iterable<Promise|any>) -> Promise<Array>
 *
 * @description
 * Dereferenced Promise.all
 */
declare const promiseAll: any;
