/** Defines all the default rules of the specification table. */ export declare const RULE: Record; /** The column the rules starts. */ export declare const START_COLUMN_RULE: number; /** The key string to identifiy the severity rows. */ export declare const KEY_SEVERITY = "Severity"; /** The key string to identifiy the rule rows. */ export declare const KEY_RULE = "Rule"; //# sourceMappingURL=ParserSpecificationConstants.d.ts.map