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