export declare class PortBindingDto {
    hostPort?: string;
    containerPort?: string;
    protocol?: string;
}
