import { Field } from '../../types'; export declare const isIntType: (type: Field["type"]) => boolean; export declare const isFloatType: (type: Field["type"]) => boolean; export declare const pattern: (type: Field["type"]) => RegExp; export declare const numberPatternValidator: (type: Field["type"], value: string) => string | null; //# sourceMappingURL=rule-value.helpers.d.ts.map