/**
 * Action to disconnect the SignalR.
 */
export declare class DisconnectSignalR {
    static type: string;
}
