/** * WAW016: Deprecated Property Usage * * Flags properties marked as deprecated in the CloudFormation Registry. * Sources: explicit `deprecatedProperties` array + description text mining. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; /** * Core detection logic — exported for direct testing with synthetic data. */ export declare function checkDeprecatedProperties(ctx: PostSynthContext, deprecated: Map>): PostSynthDiagnostic[]; export declare const waw016: PostSynthCheck; //# sourceMappingURL=waw016.d.ts.map