import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertStringIsNotMatchingRegExp: (actual: string, expected: RegExp) => Result; export { assertStringIsNotMatchingRegExp };