import { type ReactNode } from 'react'; import type { Player } from 'react-node-insim'; export declare const HumanPlayerScope: import("bunshi").MoleculeScope; export declare function HumanPlayerScopeProvider({ children, }: { children: ReactNode; }): import("react").JSX.Element; export declare function useHumanPlayerScope(): Player;