import { LowerThanDescription } from './lower-than-description'; export declare function lowerThan(left: T, right: T): LowerThanDescription;