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