import { Actions } from '../../actions'; import { FormGroupState, KeyValue } from '../../state'; export declare function startAsyncValidationReducer(state: FormGroupState, action: Actions): FormGroupState;