import * as SiteReviewListActions from '../actions/site-request-list.action'; import { LocalState } from '../states/site-request-list.state'; export declare function reducer(state: LocalState, action: SiteReviewListActions.SiteReviewListActions): LocalState; export declare const getLoadingSiteReviewList: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[];