export class IsIterableContaining extends BaseMatcher {
    /**
     *
     * @param {Matcher} matcher
     */
    constructor(matcher: Matcher);
    matches(item: any, mismatch_description: any): boolean;
    describeTo(description: any): void;
    #private;
}
import { BaseMatcher } from "../BaseMatcher.js";
//# sourceMappingURL=IsIterableContaining.d.ts.map