import type { SimulationState } from './types.js'; export declare const createSimulationState: () => SimulationState; //# sourceMappingURL=state.d.ts.map