import * as ISPLookupActions from '../actions/isp-lookups.actions'; import { ISPLookupState } from '../state/isp-lookups.state'; export declare function ISPLookupReducer(state: ISPLookupState, action: ISPLookupActions.GetISPLookupActions): ISPLookupState; export declare const getLoadingISPLookupLookupDetails: (state: ISPLookupState) => boolean; export declare const getISPLookupLookupErrors: (state: ISPLookupState) => string[];