/** * WGL012: Deprecated Property Usage * * Flags properties marked as deprecated in the GitLab CI schema. * Sources: description text mining (keywords like "Deprecated", "legacy"). */ 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 wgl012: PostSynthCheck; //# sourceMappingURL=wgl012.d.ts.map