import type { Refine } from "../../flags.js";
export declare const numberGreaterThanRefine: (greaterThan: number) => Refine;
