Edit File: implementation.d.ts
declare var implementation: string; export = implementation;
Back