import { FieldSchema } from '../types'; declare const isNumberField: (fieldSchema: FieldSchema) => boolean; export { isNumberField }; //# sourceMappingURL=isNumberField.d.ts.map