import { ActionReducer } from '@ngrx/store';
import { Institution } from '@documment/mmp.core';
export declare const InstitutionWarehouseReducer: ActionReducer<Institution[]>;
