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