export declare function useContentWebSocket(): {
    connect: (retry?: boolean) => void;
} | undefined;
