declare module 'promise-any' { function promiseAny(iterable: Iterable>): Promise; namespace promiseAny {} // Hack export = promiseAny; }