/** * AZR028: Network interface missing NSG * * Warns when a Network Interface does not have a Network Security Group * associated. NSGs provide essential firewall rules to control inbound * and outbound traffic. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr028: PostSynthCheck; //# sourceMappingURL=azr028.d.ts.map