import { IPageState } from './types/state'; export declare const initialState: IPageState; export declare const pageReducer: (state: IPageState, action: any) => { pages: { [key: string]: any; }; }; //# sourceMappingURL=reducer.d.ts.map