declare global {
    var WebSocket: typeof WebSocket;
    var self: any;
    var window: any;
    var isDevtoolsEnabled: any;
}
