/** * Shared async utilities for the CLI. */ export declare function pathExists(path: string): Promise; export declare function runWithLimit(items: T[], limit: number, worker: (item: T) => Promise): Promise; //# sourceMappingURL=async-utils.d.ts.map