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