/** * @module Internal */ export declare function filter(array: T[], test: (t: T) => Promise | boolean): Promise;