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