import { PortMapping } from '../types/container-config';
export declare function parsePort(portValue: string | PortMapping): number | null;
