/** * AZR017: Key Vault purge protection not enabled * * Warns when a Key Vault does not have purge protection enabled. * Purge protection prevents permanent deletion of soft-deleted vaults * and vault objects during the retention period. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr017: PostSynthCheck; //# sourceMappingURL=azr017.d.ts.map