import type { PortMap, PortMap_Item } from "@k8ts/instruments"; import { K8S } from "@k8ts/sample-interfaces"; export declare function toServicePort(entry: PortMap_Item): K8S.ServicePort; export declare function toServicePorts(ports: PortMap): K8S.ServicePort[]; //# sourceMappingURL=utils.d.ts.map