export declare function filter(arr: T[], iterator: (item: T) => Promise): Promise; export declare const delay: (ms: number) => Promise;