import type { FieldArrayPath, FieldArrayStore, FieldValues, FormStore, ResponseData } from '../types'; /** * Updates the dirty state of a field array. * * @param form The form of the field array. * @param fieldArray The store of the field array. */ export declare function updateFieldArrayDirty(form: FormStore, fieldArray: FieldArrayStore>): void;