export declare function useConnection(): { connection: import("sharedb/lib/client").Connection | undefined; connected: boolean; };