import { IGatsbyState, ICreateNodeManifest, IDeleteNodeManifests } from "../types";
export declare const nodeManifestReducer: (state: import("../types").INodeManifest[] | undefined, action: ICreateNodeManifest | IDeleteNodeManifests) => IGatsbyState["nodeManifests"];
