export interface FormStatusFunctions { setDirty: () => void; setPristine: () => void; setTouched: () => void; setUntouched: () => void; }