import { testDefinition } from "../__tests_utils/testDefinition"; export declare function itForeach(tests: T[], fn: (arg: T) => any): void;