export declare function ETCD(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Master(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Node(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
