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