export declare class EnvChecker { static isBrowser(): boolean; static methodRequiresBrowser(methodName: string): Error; }