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