import { Program } from "@typespec/compiler"; /*** * @allowedValues can only be applied to string model properties * @allowedValues cannot have empty values */ export declare function validateAllowedValuesCannotBeEmpty(program: Program): void; export declare const allowedValuesCsdlCompatibility: import("@typespec/compiler").LinterRuleDefinition<"allowed-values-csdl-compatibility", { readonly default: "MsGraph generation only supports string and numeric values for annotations. Other types may not render correctly."; }, Record>; //# sourceMappingURL=allowed-values.d.ts.map