import type { LintRule } from "@intentius/chant/lint/rule"; /** * AZR003: NSG Wildcard Source Address * * Detects Network Security Group rules with sourceAddressPrefix: "*". * Wildcard source addresses allow traffic from any source and should be * restricted to specific IP ranges or service tags. */ export declare const nsgWildcardRule: LintRule; //# sourceMappingURL=nsg-wildcard.d.ts.map