import { ChainForkConfig } from "@lodestar/config"; import { LightClientUpdate } from "@lodestar/types"; import { SyncCommitteeFast } from "../types.js"; import { ILightClientStore } from "./store.js"; export declare function validateLightClientUpdate(config: ChainForkConfig, store: ILightClientStore, update: LightClientUpdate, syncCommittee: SyncCommitteeFast): void; //# sourceMappingURL=validateLightClientUpdate.d.ts.map