import { CombinedAssertions } from './CombinedAssertions'; declare const getCombinedAssertions: (actual: TAny) => CombinedAssertions; declare const getNegatedCombinedAssertions: (actual: TAny) => CombinedAssertions; declare const getCombinedAssertionsForEach: (actual: TAny) => CombinedAssertions; declare const getNegatedCombinedAssertionsForEach: (actual: TAny) => CombinedAssertions; export { getCombinedAssertions, getNegatedCombinedAssertions, getCombinedAssertionsForEach, getNegatedCombinedAssertionsForEach };