export declare const htmlcsRules: {
    ruleId: string;
    description: string;
    helpUrl: any[];
    ruleType: string;
    tags: string[];
}[];
