interface JQueryStatic {
	/**
	 * Holds information about the current operating system
	 *
	 * @deprecated since 1.20 use {@link sap.ui.Device.os} instead
	 */
	os: object;

	/**
	 * @deprecated since 1.20 use the respective functions of {@link sap.ui.Device} instead
	 */
	device: object;
}
