export declare class Helpers { static simulateBrowser: boolean; static get isBrowser(): boolean; static get isNode(): boolean; }