I rely on jaysvcutil for compiling OData $metadata and generating JayDataContext.js, which is truly impressive. However, I prefer to work with Typescript without using import/export syntax or other third-party tools like requirejs or systemjs. Even though jaysvcutil generates JayDataContext.d.ts, its module can only be imported in Typescript. How can I compile JayDataContext.d.ts and use its declaration file without utilizing import syntax?