declare module "windows.data.xml.xsl" {
  export class XsltProcessor {
    constructor();
    constructor(document: Object);

    transformToString(inputNode: Object): String;

    transformToDocument(inputNode: Object): Object;

  }

}



