export declare function asyncMapFilterUndefined(input: T[], fn: (x: T) => Promise): Promise; export declare function asyncMap(input: T[], fn: (x: T) => Promise): Promise; export declare function filterUndefined(input: (T | undefined)[]): T[]; //# sourceMappingURL=util.d.ts.map