import { K8sResource } from "@k8ts/instruments"; import { K8S } from "@k8ts/sample-interfaces"; import { type ClusterRole_Props } from "./role-props"; export declare class ClusterRole extends K8sResource { get kind(): import("@k8ts/instruments").Gvk<"rbac.authorization.k8s.io/v1/ClusterRole">; constructor(name: Name, props: ClusterRole_Props); private _fromObject; protected __body__(): K8S.KubeClusterRoleProps; } export type Verbs = "get" | "list" | "watch" | "create" | "update" | "patch" | "delete" | "deletecollection"; //# sourceMappingURL=cluster-role.d.ts.map