import { Matcher } from "../types/engine";
export declare function createLessThan(): Matcher;
