import { Node } from "../../Node.js";
export declare function _K8s(label?: string, options?: Record<string, unknown>): Node;
export declare function K8s(label?: string, options?: Record<string, unknown>): Node;
