import { ChainForkConfig } from "@lodestar/config"; import { LightClientBootstrap, Root } from "@lodestar/types"; export declare function validateLightClientBootstrap(config: ChainForkConfig, trustedBlockRoot: Root, bootstrap: LightClientBootstrap): void; //# sourceMappingURL=validateLightClientBootstrap.d.ts.map