import { IGatsbyState, ISetSiteFunctions } from "../types"; export declare const functionsReducer: (state: import("../types").IGatsbyFunction[] | undefined, action: ISetSiteFunctions) => IGatsbyState["functions"];