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