import { ActionsUnion, IGatsbyState } from "../types";
import { GraphQLSchema } from "graphql";
export declare const schemaReducer: (state: GraphQLSchema | undefined, action: ActionsUnion) => IGatsbyState["schema"];
