/** * WAW032: EFS Transit Encryption Disabled * * Flags EFS volume configurations on Fargate task definitions where transit * encryption has been explicitly disabled. FargateService defaults to ENABLED; * this rule catches intentional opt-outs. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkEfsTransitEncryption(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw032: PostSynthCheck; //# sourceMappingURL=waw032.d.ts.map