import { MatchFn } from "./MatchFn"; export declare const isLowerThan: (number: number) => MatchFn;