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