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