import { ActionsUnion, IGatsbyState } from "../types";
export declare const statusReducer: (state: {
    plugins: Record<string, import("../types").IGatsbyPlugin>;
    PLUGINS_HASH: string;
    LAST_NODE_COUNTER: number;
    cdnObfuscatedPrefix: string;
} | undefined, action: ActionsUnion) => IGatsbyState["status"];
