/** * AZR021: App Service missing HTTPS-only * * Warns when a Web App does not enforce HTTPS-only traffic. * HTTP traffic can be intercepted and exposes sensitive data. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr021: PostSynthCheck; //# sourceMappingURL=azr021.d.ts.map