(readable: ReadableStream, hook: StubHook)
| 43 | // into the pipe's writable end. Returns the import ID assigned to the pipe. `hook` should be |
| 44 | // disposed when the pipe finishes. |
| 45 | createPipe(readable: ReadableStream, hook: StubHook): ImportId; |
| 46 | |
| 47 | onSendError(error: Error): Error | void; |
| 48 | } |