import { Action } from '@ngrx/store'; import { ObjectFormState } from '../store'; export declare function objectReducer(state: ObjectFormState | undefined, action: Action): ObjectFormState;