import type { ResourceRef } from "@k8ts/instruments"; import type { v1 } from "../../../../gvks"; export type ContainerRef = ResourceRef & { __PORTS__: Ports; }; //# sourceMappingURL=ref.d.ts.map