import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "incorrectSortingOrder"; type Options = readonly []; /** * Enforce alphabetical sorting of named export specifiers. */ declare const rule: ReturnType>; /** Deprecated rule with explicit lifecycle and replacement metadata. */ declare const deprecatedRule: typeof rule; export default deprecatedRule; //# sourceMappingURL=sort-export-specifiers.d.ts.map