/** * Matches the Airbnb style guide, which is the most popular JavaScript style guide in the world. */ export declare const MAX_LENGTH = 100; export type Options = [ { readonly maxLength: number; } ]; export type MessageIds = "incorrectlyFormatted"; export declare const formatJSDocComments: import("@typescript-eslint/utils/ts-eslint").RuleModule<"incorrectlyFormatted", Options, import("../interfaces/MyPluginDocs.js").MyPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; //# sourceMappingURL=format-jsdoc-comments.d.ts.map