import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "invalidSpacing"; type Options = readonly []; /** * Enforce consistent blank-line spacing after comments. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=comment-spacing.d.ts.map