import { SpawnState } from '../types'; export declare const spawnState: import("jotai/index").PrimitiveAtom & { init: SpawnState; };