/** * Generate markdown table of rules with the rules metadata. * Called from the rules tests. * @param rulesInfo - preset-rule to generate docs for. Defaults to * @param updateReadmePath - append given file with generated rules md doc */ export declare function getRulesDoc(rulesInfo?: import("./rules").RuleInfo, updateReadmePath?: string): string; //# sourceMappingURL=docgen.d.ts.map