import { Field } from '@hubspot/cms-components/fields'; import { ArgTypes } from './types.js'; export default function getFieldsArgTypes(fieldsJson: Field[], currentPathSegments?: string[]): ArgTypes;