export class AnalyticsNode { static load(): Promise { return Promise.reject( new Error('AnalyticsNode is not available in browsers.') ) } }