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