import { CachedBeaconStateCapella, CachedBeaconStateDeneb } from "../types.js"; /** * Upgrade a state from Capella to Deneb. */ export declare function upgradeStateToDeneb(stateCapella: CachedBeaconStateCapella): CachedBeaconStateDeneb; //# sourceMappingURL=upgradeStateToDeneb.d.ts.map