/**
 * The @armCommonTypesVersion decorator should be used to set the ARM
 * common-types version used by the service.
 */
export declare const armCommonTypesVersionRule: import("@typespec/compiler").LinterRuleDefinition<"arm-common-types-version", {
    readonly default: "Specify the ARM common-types version using the @armCommonTypesVersion decorator on the service namespace or on each version of the service version enum.";
}>;
//# sourceMappingURL=arm-common-types-version.d.ts.map