deleteExport
deleteExport: ((slot: string) => void)
didDisconnect
didDisconnect: (() => void)
getExport
getExport: ((slot: string) => any)
getImport
getImport: ((slot: string) => any)
hasExport
hasExport: ((slot: string) => boolean)
hasImport
hasImport: ((slot: string) => boolean)
makeSlotForValue
makeSlotForValue: ((value: any) => string)
makeValueForSlot
makeValueForSlot: ((slot: string, iface: undefined | string) => any)
markAsExported
markAsExported: ((slot: string, value: any) => void)
markAsImported
markAsImported: ((slot: string, value: any) => void)