import { ExternalPorts } from './external-ports'; export declare type ExternalPortsDefinition = { input: ExternalPorts; output: ExternalPorts; };