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