export declare class Detector { static webgl(): boolean; /** * 强制横屏 */ static forceMobildLandscape(): void; /** * 强制横屏 */ static changeOrientationEvt(): void; }