/** * AZR013: Resource Missing Location * * Warns when an ARM resource does not have a location property. * Most Azure resources require a location. Resources that are * inherently global (e.g., Microsoft.Resources/deployments) are excluded. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr013: PostSynthCheck; //# sourceMappingURL=azr013.d.ts.map