import type { LintRule } from "@intentius/chant/lint/rule"; /** * WAW006: S3 Bucket Encryption * * Detects S3 Bucket creation without encryption configuration. * All S3 buckets should have server-side encryption enabled. */ export declare const s3EncryptionRule: LintRule; //# sourceMappingURL=s3-encryption.d.ts.map