interface PortConfig {
    host: number;
    container: number;
    protocol?: string;
}
export declare function normalizePort(portMapping: string): PortConfig;
export {};
