/** * Map of internal linter rule export names (without package scope) * to the stable suppression codes used in CSDL. * */ export declare const csdlSuppressionRules: Record; export declare function findCsdlValidationRule(linterRule: string): string | undefined; //# sourceMappingURL=csdl-suppression-rules.d.ts.map