import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "incorrectSorting"; type Options = readonly []; /** * Enforce alphabetical ordering of top-of-file comments. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=sort-top-comments.d.ts.map