/** * AZR011: Missing or Invalid API Version * * Checks that every ARM resource has a valid apiVersion field. * The apiVersion must be a non-empty string matching the date format * YYYY-MM-DD (optionally with a suffix like -preview). */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr011: PostSynthCheck; //# sourceMappingURL=azr011.d.ts.map