import type { Rule } from "eslint"; export declare const rules: Record; export declare const configs: { readonly recommended: { plugins: string[]; rules: { "comment-length/limit-single-line-comments": ["warn"]; "comment-length/limit-multi-line-comments": ["warn"]; }; }; readonly "flat/recommended": { files: string[]; plugins: { "comment-length": { meta: { name: string; version: string; }; rules: Record; }; }; rules: { "comment-length/limit-single-line-comments": ["warn"]; "comment-length/limit-multi-line-comments": ["warn"]; }; }; }; declare const _default: { meta: { name: string; version: string; }; rules: Record; configs: { readonly recommended: { plugins: string[]; rules: { "comment-length/limit-single-line-comments": ["warn"]; "comment-length/limit-multi-line-comments": ["warn"]; }; }; readonly "flat/recommended": { files: string[]; plugins: { "comment-length": { meta: { name: string; version: string; }; rules: Record; }; }; rules: { "comment-length/limit-single-line-comments": ["warn"]; "comment-length/limit-multi-line-comments": ["warn"]; }; }; }; }; export default _default; //# sourceMappingURL=index.d.ts.map