import { ActionsUnion, IGatsbyState } from "../types";
export declare const webpackCompilationHashReducer: (state: string | undefined, action: ActionsUnion) => IGatsbyState["webpackCompilationHash"];
