import type { PagePanelsState, PagePanelsReducerActions } from '../types/page-state.js'; /** Page state reducer function used for managing the state of the panels. */ export declare function pageStateReducer(state: PagePanelsState, action: PagePanelsReducerActions): PagePanelsState;