import { SharedNgrxKeys } from "../../../shared-ngrx-constants"; export interface SharedPropsEntityState { [SharedNgrxKeys.NODE_IDS_FOR_JOB_WIZARD]: string; } export declare const SharedPropsInitialState: SharedPropsEntityState; export declare function sharePropsReducer(state: SharedPropsEntityState | undefined, action: any): SharedPropsEntityState;