declare const PromiseAny: { (values: T): Promise>; (values: Iterable>): Promise>; }; export = PromiseAny;