import { d as FormField, Q as QuestionType } from './analytics-B1eUnjBp.cjs'; import './lifecycle.cjs'; import './i18n/keys.cjs'; /** * Changes only the type-specific shape of a field. Authoring content and extension * data are deliberately retained so UI adapters cannot accidentally discard them. */ declare function transformFieldType(field: FormField, nextType: QuestionType): FormField; export { transformFieldType };