interface IPromiseFunc { (): Promise; } export declare function promiseSerial(promises: IPromiseFunc[]): Promise[]>; export {};