/** * @internal */ export default function getCheckNumber(keyword: string): (arg: number) => boolean; /** * @internal */ export declare function splitNumberOperator(keyword: string): { values: string[]; operator: string; /** * Is null when has the dot operator with a second value */ secondQuery?: string; }; //# sourceMappingURL=getCheckNumber.d.ts.map