import IPCPort from "./IPCPort.ts"; export default class NodeIPCPort extends IPCPort { constructor(port: MessagePort); }