import type { LintRule } from "@intentius/chant/lint/rule"; /** * AZR002: Storage Account HTTPS Only * * Detects Storage Account creation without supportsHttpsTrafficOnly: true. * All storage accounts should enforce HTTPS-only traffic. */ export declare const storageHttpsRule: LintRule; //# sourceMappingURL=storage-https.d.ts.map