export declare const armCustomResourceNoKey: import("@typespec/compiler").LinterRuleDefinition<"arm-custom-resource-no-key", {
    readonly default: "Custom Azure resource models must define a key property using the @key decorator. Without a key, operation paths could be duplicated.";
}>;
//# sourceMappingURL=arm-custom-resource-no-key.d.ts.map