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