import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow named exports whose identifier starts with an underscore. */ declare const rule: ReturnType>; /** Deprecated rule with explicit lifecycle and replacement metadata. */ declare const deprecatedRule: typeof rule; export default deprecatedRule; //# sourceMappingURL=no-underscore-export.d.ts.map