import { ResponseOutgoing } from "@lodestar/reqresp";
import { IBeaconChain } from "../../../chain/index.js";
import { BeaconBlocksByRootRequest } from "../../../util/types.js";
export declare function onBeaconBlocksByRoot(requestBody: BeaconBlocksByRootRequest, chain: IBeaconChain): AsyncIterable<ResponseOutgoing>;
//# sourceMappingURL=beaconBlocksByRoot.d.ts.map