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