import { d as FormField, Q as QuestionType } from './analytics-CKp_MFX6.js'; import './lifecycle.js'; import './i18n/keys.js'; /** * 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 };