import { PortChunk } from "../../chunks/types/PortChunk"; export declare function getPortNameFromPortChunk(portChunk: PortChunk): string;