import { Result } from 'defekt'; import { AssertionFailed } from '../../../errors'; declare const assertActualIsNotContaining: (actual: string | Set | TContent[], expected: string | TContent) => Result; export { assertActualIsNotContaining };