import { Actions } from '../../actions'; import { FormArrayState } from '../../state'; export declare function markAsDirtyReducer(state: FormArrayState, action: Actions): FormArrayState;