import { RuleMessage } from './type.js'; import * as E1001 from './E1001.js'; import * as E1002 from './E1002.js'; import * as E1003 from './E1003.js'; import * as E1004 from './E1004.js'; import * as E1005 from './E1005.js'; import * as E1006 from './E1006.js'; import * as E1007 from './E1007.js'; import * as E1008 from './E1008.js'; import * as E1009 from './E1009.js'; export type RuleErrorCodes = { [E1001.code]: typeof E1001; [E1002.code]: typeof E1002; [E1003.code]: typeof E1003; [E1004.code]: typeof E1004; [E1005.code]: typeof E1005; [E1006.code]: typeof E1006; [E1007.code]: typeof E1007; [E1008.code]: typeof E1008; [E1009.code]: typeof E1009; }; /** * The format is E + "4 digits". * - The first number represents the category: * - 1 for Webpack build related indexes * - ... * - The rest of the numbers can be increased by adding zeros */ export declare const RuleErrorMap: Record; export declare enum RsdoctorRuleClientConstant { UrlQueryForErrorCode = "code" } export * from './type.js';