import { InPort } from "./InPort"; export declare type Outputs = { [K in keyof O]: InPort; };