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