import { IGatsbyState, ActionsUnion } from "./../types"; export declare const pageDataStatsReducer: (state: Map | undefined, action: ActionsUnion) => IGatsbyState["pageDataStats"];