export declare function toArray(args: T | T[]): T[]; export declare function promiseAll(promises: Promise[]): Promise;