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