import { ACTION } from '../types'; export declare function ngrxEntityRelationshipReducer(reducer: (state: T | undefined, action: ACTION) => T): (state: T | undefined, action: ACTION) => T;