import type { LintRule } from "@intentius/chant/lint/rule"; /** * AZR001: Hardcoded Azure Location * * Detects hardcoded Azure location strings in code. * Locations should use Azure.ResourceGroupLocation pseudo-parameter instead. */ export declare const hardcodedLocationRule: LintRule; //# sourceMappingURL=hardcoded-location.d.ts.map