import { type ReactNode } from 'react'; import { type Connection } from 'react-node-insim'; export declare const ConnectionScope: import("bunshi").MoleculeScope; export declare function ConnectionScopeProvider({ children }: { children: ReactNode; }): import("react").JSX.Element; export declare function ConnectionScopeProviderWithConnectionsPlayersProvider({ children, }: { children: ReactNode; }): import("react").JSX.Element; export declare function useConnectionScope(): Connection;