export declare const CRole: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const CRB: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const Group: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const RB: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const Role: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const SA: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const User: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const ClusterRole: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const ClusterRoleBinding: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const RoleBinding: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node; export declare const ServiceAccount: (label: string) => import("@diagrams-ts/graphviz-functional-ts").Node;