import { GreaterThanDescription } from './greater-than-description'; export declare function greaterThan(left: T, right: T): GreaterThanDescription;