import { CachedBeaconStateFulu, CachedBeaconStateGloas } from "../types.js"; /** * Upgrade a state from Fulu to Gloas. */ export declare function upgradeStateToGloas(stateFulu: CachedBeaconStateFulu): CachedBeaconStateGloas; //# sourceMappingURL=upgradeStateToGloas.d.ts.map