export declare const useStore: import("zustand").UseStore<{ selectedEntityId: string | null; } & { api: { selectEntity: (id: string) => void; }; }>;