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