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