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