/** * Date: 5/22/20 * Time: 8:58 PM * @license MIT (see project's LICENSE file) */ import { TestDescription } from "../types"; /** * Filters test descriptions that support the `TestDescription` interface */ export declare function filterTestDescriptions(suite: T[]): T[]; //# sourceMappingURL=filter.d.ts.map