* Execute the operation and return the generated code as text.
(im: ImportManager, sf: ts.SourceFile, refEmitter: ReferenceEmitter)
| 697 | * Execute the operation and return the generated code as text. |
| 698 | */ |
| 699 | execute(im: ImportManager, sf: ts.SourceFile, refEmitter: ReferenceEmitter): string; |
| 700 | } |
| 701 | |
| 702 | /** |
no outgoing calls
no test coverage detected