declare module "windows.phone.system" { export class SystemProtection { static screenLocked: Boolean; constructor(); static requestScreenUnlock(): void; } }