import { PortDeclChunk } from "../../chunks/types/PortDeclChunk"; export declare function getPortNameFromPortDeclChunk(portDeclChunk: PortDeclChunk): string;