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