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