import { Condition } from './condition'; export declare function GT(value: T): Condition;