import { RequestError } from "@lodestar/reqresp";
import { PeerAction } from "../peers/score/index.js";
import { ReqRespMethod } from "./types.js";
export declare function onOutgoingReqRespError(e: RequestError, method: ReqRespMethod): PeerAction | null;
//# sourceMappingURL=score.d.ts.map