import { ChainForkConfig } from "@lodestar/config";
import { BeaconStateAllForks } from "@lodestar/state-transition";
import { InteropStateOpts } from "./interop/state.js";
/**
 * Builds state for `dev` command, for sim testing and some other tests
 */
export declare function initDevState(config: ChainForkConfig, validatorCount: number, interopStateOpts: InteropStateOpts): BeaconStateAllForks;
//# sourceMappingURL=state.d.ts.map