export declare function useSocketEvent(event?: string, fn?: (...args: any[]) => void): import("./SocketConnection").ReachSocketConnection<any> | null;
