export declare const Pool: { all: typeof all; }; declare type F = () => Promise; declare function all(list: F[], limit?: number): Promise; export {}; //# sourceMappingURL=pool.d.ts.map