/** * AZR026: AKS missing network policy * * Warns when an AKS cluster does not have a network policy configured. * Network policies control pod-to-pod traffic and are essential for * microsegmentation and defense in depth. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr026: PostSynthCheck; //# sourceMappingURL=azr026.d.ts.map