/** * AZR014: Public Blob Access Enabled * * Warns when a Storage Account has allowBlobPublicAccess set to true * or when the property is missing (defaults to true in older API versions). * Public blob access can expose data to the internet. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr014: PostSynthCheck; //# sourceMappingURL=azr014.d.ts.map