declare module "windows.system.remotedesktop" { export class InteractiveSession { static isRemote: Boolean; constructor(); } }