export declare class Capabilities { static readonly playerType: string; static readonly touchscreenType: string; static readonly screenDPI: number; static readonly screenResolutionX: number; static readonly screenResolutionY: number; }