/** * AZR012: Deprecated API Version * * Warns when a resource uses an apiVersion older than 2023-01-01. * Older API versions may lack features, security patches, and * could be deprecated by Azure. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr012: PostSynthCheck; //# sourceMappingURL=azr012.d.ts.map