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