import { IConnectionLost } from './tokens';
/**
 * A default connection lost handler, which brings up an error dialog.
 */
export declare const ConnectionLost: IConnectionLost;
