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