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