import { ManyTestsHelper } from './helper'; import { TestFn } from './types'; export declare class ShouldMakeTests { private readonly help; constructor(help: ManyTestsHelper); beValid: TestFn; notThrowAnyError: TestFn; }