/** * AZR016: Key Vault soft-delete not enabled * * Warns when a Key Vault does not have soft-delete enabled. * Soft delete is required to protect against accidental deletion * of keys, secrets, and certificates. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr016: PostSynthCheck; //# sourceMappingURL=azr016.d.ts.map