import { ResponseOutgoing } from "@lodestar/reqresp";
import { IBeaconChain } from "../../../chain/index.js";
export declare function onStatus(chain: IBeaconChain): AsyncIterable<ResponseOutgoing>;
//# sourceMappingURL=status.d.ts.map