(hook: StubHook)
| 34 | exportStub(hook: StubHook): ExportId; |
| 35 | exportPromise(hook: StubHook): ExportId; |
| 36 | getImport(hook: StubHook): ImportId | undefined; |
| 37 | |
| 38 | // If a serialization error occurs after having exported some capabilities, this will be called |
| 39 | // to roll back the exports. |