import { FieldValue } from '../types'; export default function combineFieldValues(data: any): FieldValue;