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