declare const mapAsync: (context: readonly T[], callback: (item: T, key: number, array: readonly T[]) => Y, pauseEvery?: number, pauseTime?: number) => Promise; export { mapAsync, }; //# sourceMappingURL=mapAsync.d.ts.map