import { ExternalPort } from './external-port'; export declare type ExternalPorts = { [key: string]: ExternalPort; };