import { FindOperator } from '../FindOperator'; export declare function GreaterThan(value: T): FindOperator;