declare module NodeJS {
    interface Global {
        self: any;
        __BUNDLE_START_TIME__: any;
        nativePerformanceNow: any;
    }
}
declare var __DEV__: boolean;
declare var global: NodeJS.Global;
