export declare function toArray(args: any): Array; export declare function promiseAll(promises: Promise[]): Promise;