import { UintNum64, phase0 } from "@lodestar/types"; import { CachedBeaconStateAllForks } from "../types.js"; export declare function getEth1DepositCount(state: CachedBeaconStateAllForks, eth1Data?: phase0.Eth1Data): UintNum64; //# sourceMappingURL=deposit.d.ts.map