import { Result } from 'defekt'; import { AssertionFailed } from '../../../errors'; declare const assertActualIsNotAtLeast: (actual: number | object | Map | Set, expected: number | object | Map | Set) => Result; export { assertActualIsNotAtLeast };