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