import { ActionsUnion, IGatsbyCLIState, ISetLogs } from "../types";
export declare const reducer: (state: IGatsbyCLIState | undefined, action: ActionsUnion | ISetLogs) => IGatsbyCLIState;
//# sourceMappingURL=logs.d.ts.map