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