import { RelationalOperatorConfig } from "../models/config/relational-operator-config"; export declare function greaterThan(config: RelationalOperatorConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function greaterThanAsync(config?: RelationalOperatorConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;