/** * AZR010: Redundant DependsOn * * Detects dependsOn entries that are already implied by reference() or * resourceId() bracket expressions in the resource's properties. ARM * automatically creates dependencies for these references, making * explicit dependsOn redundant. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr010: PostSynthCheck; //# sourceMappingURL=azr010.d.ts.map