/** * WAW010: Redundant DependsOn * * Detects DependsOn entries that are already implied by Ref or Fn::GetAtt * references in the resource's Properties. CloudFormation automatically * creates dependencies for these references, making explicit DependsOn redundant. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const waw010: PostSynthCheck; //# sourceMappingURL=waw010.d.ts.map