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