export declare function promiseWhen<T>(arr: Promise<T>[]): Promise<T[]>;
//# sourceMappingURL=promiseWhen.d.ts.map