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