import { PortsItemChunk } from "../../chunks/types/PortsItemChunk"; export declare function getSpreadOpFromPortsItemChunk(portsItemChunk: PortsItemChunk): string | null;