/**
 * Action dispatched when the user tries to connect if the connection already exists.
 */
export declare class SignalRConnectionUpdated {
    static type: string;
}
