export declare function mapSequence(array: T[], fn: (member: T) => Promise | U): Promise; export declare function runSequence(array: T[]): Promise;