import { IGatsbyState, ActionsUnion } from "../types";
export declare const jobsReducer: (state: {
    active: any[];
    done: any[];
} | undefined, action: ActionsUnion) => IGatsbyState["jobs"];
