import { IGatsbyState, ActionsUnion } from "../types";
export declare const jobsReducer: (state: IGatsbyState["jobs"] | undefined, action: ActionsUnion) => IGatsbyState["jobs"];
//# sourceMappingURL=jobs.d.ts.map