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