/** * AZR015: Missing Encryption on Storage Account * * Warns when a Storage Account does not have encryption configured. * Storage accounts should have encryption services enabled for blob, * file, table, and queue to protect data at rest. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr015: PostSynthCheck; //# sourceMappingURL=azr015.d.ts.map