export declare function promiseAllN(collection: Array<() => Promise>, n?: number): Promise;