/** * AZR025: AKS missing RBAC * * Warns when an AKS cluster does not have RBAC enabled. * RBAC provides fine-grained access control for Kubernetes * resources within the cluster. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr025: PostSynthCheck; //# sourceMappingURL=azr025.d.ts.map